X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=a79c25f62409a4ba983906a3a52d99d29ac38efb;hp=b5cdee7623a3fb0abab628b359c6768921e6cf38;hb=02f6fb47360d772a884213153d09a573be205e72;hpb=7259a4b7e7de67679ee74c966439dbb43602a1f1 diff --git a/protos.h b/protos.h index b5cdee7..a79c25f 100644 --- a/protos.h +++ b/protos.h @@ -16,8 +16,15 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif +#if HAVE_STDINT_H #include +#elif HAVE_INTTYPES_H +#include +#endif #include "mbyte.h" #ifdef DEBUG