diff options
author | Todd C. Miller <Todd.Miller@courtesan.com> | 1995-04-01 00:16:41 +0000 |
---|---|---|
committer | Todd C. Miller <Todd.Miller@courtesan.com> | 1995-04-01 00:16:41 +0000 |
commit | c2fca1adfa49b56e5cb219a7bb5f060b9f0fd472 (patch) | |
tree | 344edb1ed03f59eed1e66d911134ca87550495ac | |
parent | 735a4c3f6d1a08e73380c8b91fed5bc62170484b (diff) | |
download | sudo-c2fca1adfa49b56e5cb219a7bb5f060b9f0fd472.tar.gz |
moved pathnames.h
-rw-r--r-- | tgetpass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tgetpass.c b/tgetpass.c index b278af940..3a1e1365a 100644 --- a/tgetpass.c +++ b/tgetpass.c @@ -27,7 +27,6 @@ */ #include "config.h" -#include "pathnames.h" #include <stdio.h> #ifdef HAVE_UNISTD_H @@ -57,6 +56,7 @@ #endif /* HAVE_TERMIO_H */ #endif /* HAVE_TERMIOS_H */ +#include "pathnames.h" #include "compat.h" #ifndef _PASSWD_LEN |