All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/7] svc_raw.c: Include <string.h> for memset
@ 2016-04-17  9:10 Felix Janda
  0 siblings, 0 replies; only message in thread
From: Felix Janda @ 2016-04-17  9:10 UTC (permalink / raw)
  To: libtirpc-devel; +Cc: linux-nfs

Signed-off-by: Felix Janda <felix.janda@posteo.de>
---
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-17  9:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-17  9:10 [PATCH 3/7] svc_raw.c: Include <string.h> for memset Felix Janda

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.