summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-01 14:32:09 +0100
committerFelix Fietkau <nbd@openwrt.org>2013-01-01 15:48:53 +0100
commit6f3d40217ecdd59fd8bc041712d7224082525ca1 (patch)
tree0ff37be8d9d538fa6388aba9cb71ac1492451c3d /file.c
parentfa1d60ad91e7cdc007d19011bb79ea666b83b5e6 (diff)
rename uhttpd-mimetypes.h to mimetypes.h
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index ae4517c..e05dc37 100644
--- a/file.c
+++ b/file.c
@@ -28,7 +28,7 @@
#include <libubox/blobmsg.h>
#include "uhttpd.h"
-#include "uhttpd-mimetypes.h"
+#include "mimetypes.h"
static LIST_HEAD(index_files);