blob: 9ee7962880d601f027407ca4d1a855ab912cca0b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Source/include/NCSFileIO.h.orig 2009-04-05 21:25:23.000000000 +0400
+++ Source/include/NCSFileIO.h 2009-04-05 21:25:47.000000000 +0400
@@ -108,7 +108,7 @@
#define NCS_FILE_SEP "/"
#define NCS_FILE_SEP_T NCS_T("/")
-#elif defined SOLARIS || defined HPUX || defined LINUX
+#elif defined SOLARIS || defined HPUX || defined LINUX || defined FREEBSD
#include <sys/types.h>
#include <sys/stat.h>
|