From 17aa6503d6e83a5d30fa63640b620ce0189d1b76 Mon Sep 17 00:00:00 2001 From: Nishi Date: Thu, 17 Oct 2024 10:22:15 +0000 Subject: [PATCH] trying to fix bsdi port git-svn-id: file:///raid/svn-personal/tewi/trunk@379 8739d7e6-ffea-ec47-b151-bdff447c6205 --- VC6Compat/stdint.h | 1 + 1 file changed, 1 insertion(+) diff --git a/VC6Compat/stdint.h b/VC6Compat/stdint.h index 8762ceb..58c0d03 100644 --- a/VC6Compat/stdint.h +++ b/VC6Compat/stdint.h @@ -4,6 +4,7 @@ #define __STDINT_H__ #ifdef __bsdi__ +#include typedef u_int8_t uint8_t; typedef u_int16_t uint16_t; typedef u_int32_t uint32_t; -- 2.43.0