summaryrefslogtreecommitdiff
path: root/src/lemon.c
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@saftware.de>2016-09-19 20:21:57 +0200
committerGlenn Strauss <gstrauss@gluelogic.com>2016-10-20 16:50:28 -0400
commit30c54b65e4a3fbf77d2d11c11432d8a923c62d52 (patch)
treed373b85748d8a7a5c6ebd6766d205db0228e392f /src/lemon.c
parent75040e9988c2b06d181b76e7548787a3da869643 (diff)
downloadlighttpd-git-30c54b65e4a3fbf77d2d11c11432d8a923c62d52.tar.gz
build: use CC_FOR_BUILD for lemon when cross-compiling
Diffstat (limited to 'src/lemon.c')
-rw-r--r--src/lemon.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lemon.c b/src/lemon.c
index de627535..f0358d46 100644
--- a/src/lemon.c
+++ b/src/lemon.c
@@ -13,13 +13,7 @@
#include <string.h>
#include <ctype.h>
#include <stdlib.h>
-
-#ifdef HAVE_STDINT_H
-# include <stdint.h>
-#endif
-#ifdef HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
+#include <inttypes.h>
#define UNUSED(x) ( (void)(x) )