diff options
Diffstat (limited to 'src/string/bcopy.c')
-rw-r--r-- | src/string/bcopy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string/bcopy.c b/src/string/bcopy.c index e76272fc..a07129f5 100644 --- a/src/string/bcopy.c +++ b/src/string/bcopy.c @@ -1,3 +1,4 @@ +#define _BSD_SOURCE #include <string.h> #include <strings.h> |