use my own APIS for headers, parameters and so on
[apps/madmutt.git] / url.h
diff --git a/url.h b/url.h
index e268b84..fda4e64 100644 (file)
--- a/url.h
+++ b/url.h
@@ -1,6 +1,17 @@
+/*
+ * Copyright notice from original mutt:
+ * [none]
+ *
+ * This file is part of mutt-ng, see http://www.muttng.org/.
+ * It's licensed under the GNU General Public License,
+ * please see the file GPL in the top level source directory.
+ */
+
 #ifndef _URL_H
 # define _URL_H
 
+#include <lib-mime/mime.h>
+
 typedef enum url_scheme {
   U_FILE,
   U_POP,