summaryrefslogtreecommitdiffstats
path: root/src/extract-uri.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extract-uri.h')
-rw-r--r--src/extract-uri.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extract-uri.h b/src/extract-uri.h
index b41a2b9d9..a6707f1a1 100644
--- a/src/extract-uri.h
+++ b/src/extract-uri.h
@@ -1,7 +1,7 @@
#ifndef SEEN_EXTRACT_URI_H
#define SEEN_EXTRACT_URI_H
-#include <glib/gtypes.h>
+#include <glib.h>
gchar *extract_uri(gchar const *s, gchar const** endptr = 0);