summaryrefslogtreecommitdiff
path: root/getcwd.c
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1995-04-01 00:14:56 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1995-04-01 00:14:56 +0000
commit4368f4a71c0a8d11da255bdc75748e50b1147b1b (patch)
tree10d328e4f34d5d7d77fd6c394b294ea6803edf13 /getcwd.c
parentcea485de813fa6b5b78e92c4e4289eac29d77aff (diff)
downloadsudo-4368f4a71c0a8d11da255bdc75748e50b1147b1b.tar.gz
added pathnames.h
Diffstat (limited to 'getcwd.c')
-rw-r--r--getcwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/getcwd.c b/getcwd.c
index 7cc6eb981..6717eab4f 100644
--- a/getcwd.c
+++ b/getcwd.c
@@ -31,7 +31,6 @@ static char rcsid[] = "$Id$";
#endif /* lint */
#include "config.h"
-#include "pathnames.h"
#include <stdio.h>
#ifdef STDC_HEADERS
@@ -55,6 +54,7 @@ static char rcsid[] = "$Id$";
#include <sys/param.h>
#include <netinet/in.h>
+#include "pathnames.h"
#include "compat.h"
#ifndef STDC_HEADERS