aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'localdecls.h')
-rw-r--r--localdecls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/localdecls.h b/localdecls.h
index 854ca6d..c8bfd27 100644
--- a/localdecls.h
+++ b/localdecls.h
@@ -51,7 +51,7 @@
# define MAP_ANONYMOUS MAP_ANON
#endif
-#ifndef HAVE_DECL_ENVIRON
+#if !HAVE_DECL_ENVIRON
extern char **environ;
#endif