diff options
Diffstat (limited to 'toys/pending')
-rw-r--r-- | toys/pending/klogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/klogd.c b/toys/pending/klogd.c index 2fa36820..403677c3 100644 --- a/toys/pending/klogd.c +++ b/toys/pending/klogd.c @@ -23,7 +23,7 @@ config KLOGD_SOURCE_RING_BUFFER #define FOR_klogd #include "toys.h" -#include <signal.h> + GLOBALS( long level; int fd; |