summaryrefslogtreecommitdiff
path: root/tgetpass.c
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1995-04-01 00:16:41 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1995-04-01 00:16:41 +0000
commitc2fca1adfa49b56e5cb219a7bb5f060b9f0fd472 (patch)
tree344edb1ed03f59eed1e66d911134ca87550495ac /tgetpass.c
parent735a4c3f6d1a08e73380c8b91fed5bc62170484b (diff)
downloadsudo-c2fca1adfa49b56e5cb219a7bb5f060b9f0fd472.tar.gz
moved pathnames.h
Diffstat (limited to 'tgetpass.c')
-rw-r--r--tgetpass.c2
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