$NetBSD: patch-am,v 1.1 2003/02/25 02:14:59 uebayasi Exp $ --- src/database.c.orig Thu Dec 12 15:21:31 2002 +++ src/database.c @@ -45,9 +45,11 @@ #ifdef HAVE_INTTYPES_H #define __BIT_TYPES_DEFINED__ #include +#if !defined(__NetBSD__) typedef uint8_t u_int8_t; typedef uint16_t u_int16_t; typedef uint32_t u_int32_t; +#endif /* !__NetBSD__ */ #ifdef WE_DONT_NEED_QUADS typedef uint64_t u_int64_t; #endif /* WE_DONT_NEED_QUADS */