1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Fix build on -STABLE.

Reported by:	Mike Harding <mvh@ix.netcom.com>
This commit is contained in:
Joe Marcus Clarke 2003-08-06 16:40:09 +00:00
parent a3e8bb5212
commit 589caf4456
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86393
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
--- libsql/lexer.c.orig Wed Aug 6 12:23:40 2003
+++ libsql/lexer.c Wed Aug 6 12:36:24 2003
@@ -21,7 +21,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. */

View File

@ -0,0 +1,12 @@
--- libsql/lexer.c.orig Wed Aug 6 12:23:40 2003
+++ libsql/lexer.c Wed Aug 6 12:36:24 2003
@@ -21,7 +21,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. */