Rocco Rutte:
[apps/madmutt.git] / protos.h
index b5cdee7..a79c25f 100644 (file)
--- a/protos.h
+++ b/protos.h
  *     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  */ 
 
+#ifdef HAVE_CONFIG_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