summaryrefslogtreecommitdiffstats
path: root/main/glib/strncpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/glib/strncpy.c')
-rw-r--r--main/glib/strncpy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/glib/strncpy.c b/main/glib/strncpy.c
index 3eabc1a..5975470 100644
--- a/main/glib/strncpy.c
+++ b/main/glib/strncpy.c
@@ -37,7 +37,6 @@ static char sccsid[] = "@(#)strncpy.c 8.1 (Berkeley) 6/4/93";
__FBSDID("$FreeBSD$");
#include <string.h>
-#include <stdlib.h>
/*
* Copy src to dst, truncating or null-padding to always copy n bytes.