diff options
Diffstat (limited to 'lib/libc/string/strnlen.c')
-rw-r--r-- | lib/libc/string/strnlen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/string/strnlen.c b/lib/libc/string/strnlen.c index 8fa984551b8e..b44f8ab21947 100644 --- a/lib/libc/string/strnlen.c +++ b/lib/libc/string/strnlen.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <string.h> size_t |