chiark
/
gitweb
/
~mdw
/
misc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
92f7c00
)
qmail-checkspam: Include <limits.h>.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 30 Apr 2009 22:59:21 +0000
(23:59 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 30 Apr 2009 23:17:05 +0000
(
00:17
+0100)
Previously missing.
qmail-checkspam.c
patch
|
blob
|
blame
|
history
diff --git
a/qmail-checkspam.c
b/qmail-checkspam.c
index 849d6ed0264ad81b6cf90184f8d2d1795b34eb9a..0d98fcb046f61b6b17e80f971117e1883b235708 100644
(file)
--- a/
qmail-checkspam.c
+++ b/
qmail-checkspam.c
@@
-28,6
+28,7
@@
#include <ctype.h>
#include <errno.h>
+#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>