Solaris 8 fixes: Check for <stdint.h> before inclusion.
[collectd.git] / src / libcollectdclient / client.h
index b0d092d..11e7b13 100644 (file)
@@ -27,7 +27,9 @@
 /*
  * Includes (for data types)
  */
-#include <stdint.h>
+#if HAVE_STDINT_H
+# include <stdint.h>
+#endif
 #include <inttypes.h>
 #include <time.h>