--- VC6Compat/stdint.h 2024/10/17 10:21:36 1.3 +++ VC6Compat/stdint.h 2024/10/17 10:22:27 1.4 @@ -1,9 +1,10 @@ -/* $Id: stdint.h,v 1.3 2024/10/17 10:21:36 nishi Exp $ */ +/* $Id: stdint.h,v 1.4 2024/10/17 10:22:27 nishi Exp $ */ #ifndef __STDINT_H__ #define __STDINT_H__ #ifdef __bsdi__ +#include typedef u_int8_t uint8_t; typedef u_int16_t uint16_t; typedef u_int32_t uint32_t;