From: Karel Zak Date: Wed, 28 Nov 2007 12:19:42 +0000 (+0100) Subject: agetty: non-linux support (use pathnames.h) X-Git-Tag: v2.14-rc1~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6590f06adeacdd4d1dcaf25cd1132e314978f62;p=thirdparty%2Futil-linux.git agetty: non-linux support (use pathnames.h) Signed-off-by: Karel Zak --- diff --git a/login-utils/agetty.c b/login-utils/agetty.c index cbae09231a..64f9c60a8f 100644 --- a/login-utils/agetty.c +++ b/login-utils/agetty.c @@ -35,9 +35,9 @@ #include #include "xstrncpy.h" #include "nls.h" +#include "pathnames.h" #ifdef __linux__ -#include "pathnames.h" #include #define USE_SYSLOG #endif