From 9b2297a34e35be143155769a470331af2f2b9330 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 10 Jul 2000 20:08:44 +0000 Subject: Remove yet more kernel header dependancies. -Erik --- util-linux/dmesg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux/dmesg.c') diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c index e88f549ca..b6c990d99 100644 --- a/util-linux/dmesg.c +++ b/util-linux/dmesg.c @@ -23,7 +23,7 @@ #ifndef __alpha__ # define __NR_klogctl __NR_syslog -#include +#include static inline _syscall3(int, klogctl, int, type, char *, b, int, len); #else /* __alpha__ */ #define klogctl syslog -- cgit v1.2.3