Skip to content

Commit d17e4f2

Browse files
committed
forkexecd: memcpy() and strcpy() comes from string.h
Signed-off-by: Sebastien Marie <[email protected]>
1 parent 736550d commit d17e4f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ocaml/forkexecd/test/syslog.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <stdbool.h>
77
#include <time.h>
88
#include <alloca.h>
9+
#include <string.h>
910
#include <unistd.h>
1011
#include <dlfcn.h>
1112
#include <syslog.h>

0 commit comments

Comments
 (0)