]> Nishi Git Mirror - tewi.git/commitdiff
trying to fix bsdi port
authorNishi <nishi@nishi.boats>
Thu, 17 Oct 2024 10:22:15 +0000 (10:22 +0000)
committerNishi <nishi@nishi.boats>
Thu, 17 Oct 2024 10:22:15 +0000 (10:22 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@379 8739d7e6-ffea-ec47-b151-bdff447c6205

VC6Compat/stdint.h

index 8762ceba00f883512b86af9dcf071e050625ec43..58c0d03b22bdce97daadd89c380c585cdbeb6368 100644 (file)
@@ -4,6 +4,7 @@
 #define __STDINT_H__
 
 #ifdef __bsdi__
+#include <machine/types.h>
 typedef u_int8_t uint8_t;
 typedef u_int16_t uint16_t;
 typedef u_int32_t uint32_t;