diff options
Diffstat (limited to 'loginutils/sulogin.c')
-rw-r--r-- | loginutils/sulogin.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/loginutils/sulogin.c b/loginutils/sulogin.c index af457ef..faa93ea 100644 --- a/loginutils/sulogin.c +++ b/loginutils/sulogin.c @@ -5,9 +5,8 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include <syslog.h> - #include "libbb.h" +#include <syslog.h> //static void catchalarm(int ATTRIBUTE_UNUSED junk) //{ |