Browse Source

Share paths utils between Linux+FreeBSD

default_compile_flags
vector-of-bool 4 years ago
parent
commit
ce3e3d72c3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/dds/util/paths.linux_fbsd.cpp

src/dds/util/paths.linux.cpp → src/dds/util/paths.linux_fbsd.cpp View File

@@ -1,4 +1,4 @@
#ifdef __linux__
#if __linux__ || __FreeBSD__

#include "./paths.hpp"


Loading…
Cancel
Save