summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 106e201)
raw | patch | inline | side by side (parent: 106e201)
author | Aurélien Reynaud <collectd@wattapower.net> | |
Thu, 29 Apr 2010 07:39:48 +0000 (09:39 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 29 Apr 2010 07:59:47 +0000 (09:59 +0200) |
configure.in | patch | blob | history | |
src/libcollectdclient/client.h | patch | blob | history |
diff --git a/configure.in b/configure.in
index f8bf90cc69308cb85a2ff3a3594a298472becf26..95552fd047ca6ab378ec4533e0543f543ea4db93 100644 (file)
--- a/configure.in
+++ b/configure.in
#if HAVE_STDINT_H
# include <stdint.h>
#endif
+#include <inttypes.h>
#if HAVE_STDBOOL_H
# include <stdbool.h>
#endif
#if HAVE_STDINT_H
# include <stdint.h>
#endif
+#include <inttypes.h>
#if HAVE_STDBOOL_H
# include <stdbool.h>
#endif
#if HAVE_STDINT_H
# include <stdint.h>
#endif
+#include <inttypes.h>
#if HAVE_STDBOOL_H
# include <stdbool.h>
#endif
index b0d092d0d8c9ab3534249242279a1c43f43f94fd..11e7b13cc31575ee83d598a1f75984ae19b09e63 100644 (file)
/*
* Includes (for data types)
*/
-#include <stdint.h>
+#if HAVE_STDINT_H
+# include <stdint.h>
+#endif
#include <inttypes.h>
#include <time.h>