This commit is contained in:
Quanah Gibson-Mount
2017-08-08 13:44:04 -07:00
committed by Nico Williams
parent 05d527706a
commit f4bb4df4a6

View File

@@ -48,6 +48,10 @@
#include <stdint.h> #include <stdint.h>
#endif #endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#if !defined(__attribute__) && (defined(__cplusplus) || !defined(__GNUC__) || __GNUC__ == 2 && __GNUC_MINOR__ < 8) #if !defined(__attribute__) && (defined(__cplusplus) || !defined(__GNUC__) || __GNUC__ == 2 && __GNUC_MINOR__ < 8)
# define __attribute__(A) # define __attribute__(A)
#endif #endif