Use POSIX macros for linux
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
*** Add include files, types, macros, externs, and user functions here.
|
||||
***/
|
||||
|
||||
#if defined(linux) || defined(CSRG_BASED) || defined(sun)
|
||||
#if defined(__linux__) || defined(CSRG_BASED) || defined(sun)
|
||||
#include <strstream>
|
||||
#else
|
||||
#include <strstream.h>
|
||||
|
||||
Reference in New Issue
Block a user