changeset 2997:0bdf7a169706

Include sys/types.h. From Werner Almesberger.
author Jim Meyering <jim@meyering.net>
date Sun, 26 Nov 2000 16:52:29 +0000
parents faa4f42eab68
children 55d5b465364b
files lib/memcoll.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/memcoll.c	Sun Nov 26 15:59:59 2000 +0000
+++ b/lib/memcoll.c	Sun Nov 26 16:52:29 2000 +0000
@@ -21,6 +21,8 @@
 # include <config.h>
 #endif
 
+#include <sys/types.h>
+
 #if HAVE_STRING_H
 # include <string.h>
 #endif