use %p when printing pointers, not %x
[oweals/busybox.git] / loginutils / getty.c
index 1399118a5cb2b3202d82f71509084395ac01aae6..24d579f75e6235703331fc7cc1190d956c21d67c 100644 (file)
@@ -21,7 +21,7 @@
 #include <sys/ioctl.h>
 #include <errno.h>
 #include <sys/stat.h>
-#include <sys/signal.h>
+#include <signal.h>
 #include <fcntl.h>
 #include <stdarg.h>
 #include <ctype.h>