diff options
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/lsmod.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modutils/lsmod.c b/modutils/lsmod.c index a853db888..8251705de 100644 --- a/modutils/lsmod.c +++ b/modutils/lsmod.c | |||
@@ -27,6 +27,7 @@ | |||
27 | 27 | ||
28 | #include <stdlib.h> | 28 | #include <stdlib.h> |
29 | #include <stdio.h> | 29 | #include <stdio.h> |
30 | #include <string.h> | ||
30 | #include <stddef.h> | 31 | #include <stddef.h> |
31 | #include <errno.h> | 32 | #include <errno.h> |
32 | #include <unistd.h> | 33 | #include <unistd.h> |