Use POSIX macros for linux
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#if defined(linux) || defined(CSRG_BASED) || defined(sun)
|
||||
#if defined(__linux__) || defined(CSRG_BASED) || defined(sun)
|
||||
#include <fstream>
|
||||
#include <strstream>
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user