chiark / gitweb /
qmail-checkspam: Include <limits.h>.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 30 Apr 2009 22:59:21 +0000 (23:59 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 30 Apr 2009 23:17:05 +0000 (00:17 +0100)
Previously missing.

qmail-checkspam.c

index 849d6ed0264ad81b6cf90184f8d2d1795b34eb9a..0d98fcb046f61b6b17e80f971117e1883b235708 100644 (file)
@@ -28,6 +28,7 @@
 
 #include <ctype.h>
 #include <errno.h>
+#include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>