about summary refs log tree commit diff stats
path: root/src/tinyurl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tinyurl.h')
-rw-r--r--src/tinyurl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tinyurl.h b/src/tinyurl.h
index 98e74517..a36f2b51 100644
--- a/src/tinyurl.h
+++ b/src/tinyurl.h
@@ -20,5 +20,7 @@
  *
  */
 
+#include <glib.h>
+
 gboolean tinyurl_valid(char *url);
 char * tinyurl_get(char *url);