]> jfr.im git - irc/atheme/libmowgli-2.git/commitdiff
Add limit.h to stdinc.h
authorPatrick McFarland <redacted>
Sat, 6 Apr 2013 05:30:05 +0000 (01:30 -0400)
committerPatrick McFarland <redacted>
Sat, 6 Apr 2013 05:30:05 +0000 (01:30 -0400)
src/libmowgli/core/stdinc.h

index 2aaa6893425acea233f963404e3df7698b3e2d71..e1410a53aacacadba45cf5e8b74657e0c5e9179a 100644 (file)
@@ -39,6 +39,7 @@
 #include <stdint.h>
 #include <stddef.h>
 #include <inttypes.h>
+#include <limits.h>
 
 /* socket stuff */
 #ifndef _WIN32