summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/lib/getwd.c
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1995-03-31 07:45:33 +0000
committernate <nate@FreeBSD.org>1995-03-31 07:45:33 +0000
commit02981a52b9b7d28ced57a7a8115421fdd16789eb (patch)
tree958f60d7dbf93543b5943afdbdf191d284685c48 /gnu/usr.bin/cvs/lib/getwd.c
parent4de36c4e9835a2fa1c9db2a6d16811ace584305a (diff)
downloadFreeBSD-src-02981a52b9b7d28ced57a7a8115421fdd16789eb.zip
FreeBSD-src-02981a52b9b7d28ced57a7a8115421fdd16789eb.tar.gz
Original sources from CVS-1.4A2 munged to fit our directory structure.
Diffstat (limited to 'gnu/usr.bin/cvs/lib/getwd.c')
-rw-r--r--gnu/usr.bin/cvs/lib/getwd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/cvs/lib/getwd.c b/gnu/usr.bin/cvs/lib/getwd.c
index 854feaf..573a788 100644
--- a/gnu/usr.bin/cvs/lib/getwd.c
+++ b/gnu/usr.bin/cvs/lib/getwd.c
@@ -19,6 +19,10 @@
of getwd() which is much faster than getcwd(). As a result, we use the
system's getwd() if it is available */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "system.h"
/* Get the current working directory into PATHNAME */
OpenPOWER on IntegriCloud