summaryrefslogtreecommitdiff
path: root/src/string/bzero.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/bzero.c')
-rw-r--r--src/string/bzero.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string/bzero.c b/src/string/bzero.c
index 0f98b4a5..ba536b07 100644
--- a/src/string/bzero.c
+++ b/src/string/bzero.c
@@ -1,3 +1,4 @@
+#define _BSD_SOURCE
#include <string.h>
#include <strings.h>