summaryrefslogtreecommitdiffstats
path: root/includes.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-06-11 06:44:02 +0200
committerDarren Tucker <dtucker@zip.com.au>2007-06-11 06:44:02 +0200
commit725286e2239ad3a2f918602a40bd43a94739e6d6 (patch)
tree07de49bc9cc3a51c37acd0adacd0c8c936c52164 /includes.h
parent - (dtucker) [openbsd-compat/bsd-misc.c] According to the spec the "remainder" (diff)
downloadopenssh-725286e2239ad3a2f918602a40bd43a94739e6d6.tar.xz
openssh-725286e2239ad3a2f918602a40bd43a94739e6d6.zip
- (dtucker) [includes.h] Bug #1243: HAVE_PATHS -> HAVE_PATHS_H. Should
prevent warnings about redefinitions of various things in paths.h. Spotted by cartmanltd at hotmail.com.
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes.h b/includes.h
index 967fcc26c..9fcf1b023 100644
--- a/includes.h
+++ b/includes.h
@@ -49,7 +49,7 @@
#ifdef HAVE_NEXT
# include <libc.h>
#endif
-#ifdef HAVE_PATHS
+#ifdef HAVE_PATHS_H
# include <paths.h>
#endif