Andreas Krennmair:
[apps/madmutt.git] / protos.h
index a128aed..a79c25f 100644 (file)
--- a/protos.h
+++ b/protos.h
 # include "config.h"
 #endif
 
+#if HAVE_STDINT_H
 #include <stdint.h>
+#elif HAVE_INTTYPES_H
+#include <inttypes.h>
+#endif
 #include "mbyte.h"
 
 #ifdef DEBUG