projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc887f5
)
Include <inttypes.h> when using intptr_t.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 8 May 2011 21:12:44 +0000
(23:12 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 8 May 2011 21:12:44 +0000
(23:12 +0200)
lib/memcmp.c
patch
|
blob
|
history
diff --git
a/lib/memcmp.c
b/lib/memcmp.c
index
8103e1a
..
9104994
100644
(file)
--- a/
lib/memcmp.c
+++ b/
lib/memcmp.c
@@
-23,6
+23,10
@@
# include "config.h"
#endif
+#ifdef HAVE_INTTYPES_H
+#include <inttypes.h>
+#endif
+
#undef __ptr_t
#if defined __cplusplus || (defined __STDC__ && __STDC__)
# define __ptr_t void *