u8-istream: Include <limits.h> for definition of MB_LEN_MAX.
[pspp-builds.git] / src / libpspp / u8-istream.c
index 6d4d7707de628afdec78cf9c0b07e325b5b89307..9318d59eefcedb9a7de50d1dbbab162480a7e069 100644 (file)
@@ -22,6 +22,7 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <iconv.h>
+#include <limits.h>
 #include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>