commit 4f6f84e7e1bc015e201e8a79e13b0906dcb23ec1 from: Alexander Barton date: Thu Dec 26 14:48:05 2002 UTC - include , if available. commit - b8456d1ba66e73a9d95d2cd73f1feef70f5b5497 commit + 4f6f84e7e1bc015e201e8a79e13b0906dcb23ec1 blob - 529d46a078f398ccbd120af47340dc485802d17d blob + 83f82ed6ac7baf43e57807afb2ca3435d6c579ff --- src/portab/portab.h +++ src/portab/portab.h @@ -8,7 +8,7 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: portab.h,v 1.10 2002/12/26 13:26:34 alex Exp $ + * $Id: portab.h,v 1.11 2002/12/26 14:48:05 alex Exp $ * * Portability functions and declarations (header for libngbportab). */ @@ -20,7 +20,11 @@ #include "config.h" +#ifdef HAVE_SYS_TYPES_H +#include +#endif + /* compiler features */ #ifdef __GNUC__