Solaris Forte issue fix (inttype over stdint)
[awesomized/libmemcached] / clients / memcp.c
index 110a8559660f422e0a8dff48c08b418792b881cf..0a7809f8ff1ccc4659f80082734b130548d4fadd 100644 (file)
@@ -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>