X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=a79c25f62409a4ba983906a3a52d99d29ac38efb;hp=a128aedcd0abcbc9bf1550267f0978a89289b70a;hb=02f6fb47360d772a884213153d09a573be205e72;hpb=a079d019ec8e6f0be0decaafc9e914bc842f9983 diff --git a/protos.h b/protos.h index a128aed..a79c25f 100644 --- a/protos.h +++ b/protos.h @@ -20,7 +20,11 @@ # include "config.h" #endif +#if HAVE_STDINT_H #include +#elif HAVE_INTTYPES_H +#include +#endif #include "mbyte.h" #ifdef DEBUG