2016-04-17 09:11:09

by Felix Janda

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

Signed-off-by: Felix Janda <[email protected]>
---
src/svc_raw.c | 1 +
1 file changed, 1 insertion(+)

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
--
2.7.3