projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
b979563
)
Solaris Forte issue fix (inttype over stdint)
author
<brian@gir.tangent.org>
<>
Thu, 16 Oct 2008 19:19:16 +0000
(12:19 -0700)
committer
<brian@gir.tangent.org>
<>
Thu, 16 Oct 2008 19:19:16 +0000
(12:19 -0700)
clients/memcp.c
patch
|
blob
|
history
diff --git
a/clients/memcp.c
b/clients/memcp.c
index 110a8559660f422e0a8dff48c08b418792b881cf..0a7809f8ff1ccc4659f80082734b130548d4fadd 100644
(file)
--- a/
clients/memcp.c
+++ b/
clients/memcp.c
@@
-1,6
+1,6
@@
#include <stdio.h>
#include <stdlib.h>
-#include <
stdint
.h>
+#include <
inttypes
.h>
#include <unistd.h>
#include <getopt.h>
#include <sys/types.h>