diff options
-rw-r--r-- | src/CvtStdSel.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CvtStdSel.c b/src/CvtStdSel.c index a9ead44..4865658 100644 --- a/src/CvtStdSel.c +++ b/src/CvtStdSel.c @@ -80,6 +80,9 @@ in this Software without prior written authorization from The Open Group. #ifdef CSRG_BASED #define USE_UNAME #endif +#ifdef __linux__ +#define USE_UNAME +#endif #endif /*X_OS_FILE*/ #ifdef USE_UNAME #include <sys/utsname.h> |