diff options
Diffstat (limited to 'lang/embryo/files/patch-embyro_cc_amx.h')
-rw-r--r-- | lang/embryo/files/patch-embyro_cc_amx.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/embryo/files/patch-embyro_cc_amx.h b/lang/embryo/files/patch-embyro_cc_amx.h new file mode 100644 index 000000000000..223a8b7c517f --- /dev/null +++ b/lang/embryo/files/patch-embyro_cc_amx.h @@ -0,0 +1,14 @@ +--- src/bin/embryo_cc_amx.h.orig Sun Aug 15 22:58:59 2004 ++++ src/bin/embryo_cc_amx.h Sun Aug 15 22:59:15 2004 +@@ -32,10 +32,7 @@ + * here, these types are probably undefined. + */ + # ifndef HAVE_STDINT_H +-typedef short int int16_t; +-typedef unsigned short int uint16_t; +-typedef int int32_t; +-typedef unsigned int uint32_t; ++#include <sys/types.h> + # endif + #endif + |