summaryrefslogtreecommitdiff
path: root/uhttpd-file.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-10-04 15:16:18 +0200
committerFelix Fietkau <nbd@openwrt.org>2012-10-04 15:16:18 +0200
commita6d280264621686953d5cc8b4901d88a2ca33e34 (patch)
tree9e946eb1b29b157a6d0340a3f9a58cd7a6628355 /uhttpd-file.h
parent551fe99c7d0f87ef6157307e62deb01f5a8871c6 (diff)
downloaduhttpd-a6d280264621686953d5cc8b4901d88a2ca33e34.tar.gz
do not include linux/limits.h
Diffstat (limited to 'uhttpd-file.h')
-rw-r--r--uhttpd-file.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/uhttpd-file.h b/uhttpd-file.h
index 08dbe2c..5578e16 100644
--- a/uhttpd-file.h
+++ b/uhttpd-file.h
@@ -24,7 +24,6 @@
#include <dirent.h>
#include <sys/stat.h>
#include <sys/types.h>
-#include <linux/limits.h>
struct mimetype {
const char *extn;