diff options
Diffstat (limited to 'sbin/dmesg')
-rw-r--r-- | sbin/dmesg/dmesg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/dmesg/dmesg.c b/sbin/dmesg/dmesg.c index 90ab20d..7f60d8b 100644 --- a/sbin/dmesg/dmesg.c +++ b/sbin/dmesg/dmesg.c @@ -53,6 +53,7 @@ static const char rcsid[] = #include <fcntl.h> #include <kvm.h> #include <locale.h> +#include <nlist.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> |