Ensure we use gnulib mktime rather than glibc's mktime, on hosts
[gnulib.git] / lib / getline.c
index 18383b1..f4edecc 100644 (file)
@@ -31,8 +31,8 @@
 # define _GNU_SOURCE 1
 #endif
 
+#include <stddef.h>
 #include <stdio.h>
-#include <sys/types.h>
 
 #if defined __GNU_LIBRARY__ && HAVE_GETDELIM