- include <sys/types.h>, if available.

This commit is contained in:
Alexander Barton 2002-12-26 14:48:05 +00:00
parent b8456d1ba6
commit 4f6f84e7e1
1 changed files with 5 additions and 1 deletions

View File

@ -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,6 +20,10 @@
#include "config.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
/* compiler features */