summaryrefslogtreecommitdiff
path: root/clients/znol/znol.c
diff options
context:
space:
mode:
Diffstat (limited to 'clients/znol/znol.c')
-rw-r--r--clients/znol/znol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/znol/znol.c b/clients/znol/znol.c
index 8f2fb4b..8d5ebb2 100644
--- a/clients/znol/znol.c
+++ b/clients/znol/znol.c
@@ -24,7 +24,7 @@ static char rcsid_znol_c[] = "$Id$";
#define ON 1
#define OFF 0
-#ifdef _POSIX_SOURCE
+#ifdef POSIX
#include <stdlib.h>
#else
extern char *getenv(), *malloc();