]> granicus.if.org Git - neomutt/commitdiff
sys/types.h
authorRichard Russon <rich@flatcap.org>
Mon, 1 May 2017 02:26:02 +0000 (03:26 +0100)
committerRichard Russon <rich@flatcap.org>
Tue, 2 May 2017 16:34:43 +0000 (17:34 +0100)
<sys/types.h> is part of posix:2001

md5.h

diff --git a/md5.h b/md5.h
index 92e26062b8b02f2cc2e0e523efbec69540c06c0c..57fe7081d5a64691abea34a840f65d6876109bad 100644 (file)
--- a/md5.h
+++ b/md5.h
 #define _MUTT_MD5_H 1
 
 #include <stdio.h>
-
+#include <sys/types.h>
 #ifdef HAVE_INTTYPES_H
 #include <inttypes.h>
 #endif
 #if defined(HAVE_STDINT_H) || defined(_LIBC)
 #include <stdint.h>
 #endif
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
 
 #ifndef __GNUC_PREREQ
 #if defined(__GNUC__) && defined(__GNUC_MINOR__)