Fix mingw cross compile problem.
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 20 Apr 2008 09:34:18 +0000 (09:34 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 20 Apr 2008 09:34:18 +0000 (09:34 +0000)
src/language/data-io/file-handle.q

index 9747cb1aaa624b3663b62c442b35c6e8cf3e8176..827dbab499e9af94a7c55fee5a42764a1ca39f89 100644 (file)
@@ -15,6 +15,7 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
 #include <config.h>
+#include <limits.h>
 #include <language/data-io/file-handle.h>
 #include <libpspp/message.h>
 #include <errno.h>