1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/lang/embryo/files/patch-embyro_cc_amx.h
Vanilla I. Shu 0c41a9360b Fix build on 4-stable.
Obtained from:	kris
2004-08-15 15:02:05 +00:00

15 lines
382 B
C

--- 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