diff mbox

[3/7] svc_raw.c: Include <string.h> for memset

Message ID 20160417091023.GC2737@nyan (mailing list archive)
State New, archived
Headers show

Commit Message

Felix Janda April 17, 2016, 9:10 a.m. UTC
Signed-off-by: Felix Janda <felix.janda@posteo.de>
---
 src/svc_raw.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/src/svc_raw.c b/src/svc_raw.c
index a8a396f..0eb0965 100644
--- a/src/svc_raw.c
+++ b/src/svc_raw.c
@@ -43,6 +43,7 @@ 
 #include <sys/types.h>
 #include <rpc/raw.h>
 #include <stdlib.h>
+#include <string.h>
 
 #ifndef UDPMSGSIZE
 #define	UDPMSGSIZE 8800