add some lua in the mime module as well.
[apps/madmutt.git] / lib-mime / mime.h
index 0ff5bce..8feddfe 100644 (file)
@@ -32,6 +32,9 @@
 #include "mime-types.h"
 #include "mime-token.h"
 
+#include <lib-lua/lib-lua.h>
+#include "mime.li"
+
 extern const char MimeSpecials[];
 extern const char *BodyTypes[];
 extern const char *BodyEncodings[];