repositories
/
deb_libnfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6ced29
)
- include string.h for memcpy
author
Memphis
<memphis@machzwo.de>
Wed, 1 Jun 2011 16:05:50 +0000
(18:05 +0200)
committer
Memphis
<memphis@machzwo.de>
Wed, 1 Jun 2011 16:05:50 +0000
(18:05 +0200)
examples/nfsclient-raw.c
patch
|
blob
|
blame
|
history
diff --git
a/examples/nfsclient-raw.c
b/examples/nfsclient-raw.c
index ad8576af6b219d04937c31d370958b2ab183bcf7..40be303736f436c50b8f239a4a4aa97e895b8ab9 100644
(file)
--- a/
examples/nfsclient-raw.c
+++ b/
examples/nfsclient-raw.c
@@
-24,6
+24,7
@@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <poll.h>
#include "libnfs.h"
#include "libnfs-raw.h"