chiark / gitweb /
Add missing <limits.h>
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 5 Dec 2015 18:55:17 +0000 (18:55 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 5 Dec 2015 18:55:17 +0000 (18:55 +0000)
innduct.h

index 08ab9bcde45a93f8b1fd18d2c486bcd35bb4fa3f..059b6140c3308e86d6339673d698c4890b0f2524 100644 (file)
--- a/innduct.h
+++ b/innduct.h
@@ -59,6 +59,7 @@
 #include <time.h>
 #include <math.h>
 #include <ctype.h>
 #include <time.h>
 #include <math.h>
 #include <ctype.h>
+#include <limits.h>
 
 #include <oop.h>
 #include <oop-read.h>
 
 #include <oop.h>
 #include <oop-read.h>