From: Richard Russon Date: Mon, 1 May 2017 02:26:02 +0000 (+0100) Subject: sys/types.h X-Git-Tag: neomutt-20170526~38^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9a08f87605ca6d7e092606fa5ee072cc656521f;p=neomutt sys/types.h is part of posix:2001 --- diff --git a/md5.h b/md5.h index 92e26062b..57fe7081d 100644 --- a/md5.h +++ b/md5.h @@ -26,16 +26,13 @@ #define _MUTT_MD5_H 1 #include - +#include #ifdef HAVE_INTTYPES_H #include #endif #if defined(HAVE_STDINT_H) || defined(_LIBC) #include #endif -#ifdef HAVE_SYS_TYPES_H -#include -#endif #ifndef __GNUC_PREREQ #if defined(__GNUC__) && defined(__GNUC_MINOR__)