diff options
Diffstat (limited to 'libbb/perror_nomsg.c')
-rw-r--r-- | libbb/perror_nomsg.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbb/perror_nomsg.c b/libbb/perror_nomsg.c index 3a5079b99..3aefd5301 100644 --- a/libbb/perror_nomsg.c +++ b/libbb/perror_nomsg.c | |||
@@ -7,8 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include <stddef.h> | 10 | #include "libbb.h" |
11 | #include <libbb.h> | ||
12 | 11 | ||
13 | void bb_perror_nomsg(void) | 12 | void bb_perror_nomsg(void) |
14 | { | 13 | { |