]> arthur.barton.de Git - ngircd-alex.git/commitdiff
- include <sys/types.h>, if available.
authorAlexander Barton <alex@barton.de>
Thu, 26 Dec 2002 14:48:05 +0000 (14:48 +0000)
committerAlexander Barton <alex@barton.de>
Thu, 26 Dec 2002 14:48:05 +0000 (14:48 +0000)
src/portab/portab.h

index 529d46a078f398ccbd120af47340dc485802d17d..83f82ed6ac7baf43e57807afb2ca3435d6c579ff 100644 (file)
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
  * (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).
  */
  *
  * Portability functions and declarations (header for libngbportab).
  */
 
 #include "config.h"
 
 
 #include "config.h"
 
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+
 
 /* compiler features */
 
 
 /* compiler features */