summaryrefslogtreecommitdiff
path: root/mail/esmtp/files/patch-lexer.c
blob: 1b0f2d1935e3f53e47a143b59c36383e7e833ad6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- lexer.c.orig	Sat Jul 12 09:26:44 2003
+++ lexer.c	Sat Jul 12 09:27:04 2003
@@ -20,7 +20,9 @@
 #include <string.h>
 #include <errno.h>
 #include <stdlib.h>
+#ifdef HAVE_STDINT_H
 #include <stdint.h> /* May break IA64 test-noansi-r */
+#endif
 
 /* end standard C headers. */