aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/parser.c
diff options
context:
space:
mode:
authorEric Faurot <eric@faurot.net>2013-07-08 11:22:28 +0200
committerEric Faurot <eric@faurot.net>2013-07-08 11:22:28 +0200
commit05f95228c516db7c41b9ba5bea964acee5d4d98a (patch)
treece8aae4c6c88bde0688d402c5689f67003099bf3 /smtpd/parser.c
parentMerge branch 'master' into portable (diff)
parentinclude limits.h, not sys/limits.h (diff)
downloadOpenSMTPD-05f95228c516db7c41b9ba5bea964acee5d4d98a.tar.xz
OpenSMTPD-05f95228c516db7c41b9ba5bea964acee5d4d98a.zip
Merge branch 'master' into portable
Diffstat (limited to 'smtpd/parser.c')
-rw-r--r--smtpd/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/smtpd/parser.c b/smtpd/parser.c
index 72502b01..0f0cd5ee 100644
--- a/smtpd/parser.c
+++ b/smtpd/parser.c
@@ -20,10 +20,10 @@
#include <sys/types.h>
#include <sys/queue.h>
-#include <sys/limits.h>
#include <err.h>
#include <inttypes.h>
+#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>