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

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>