aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/io.c
diff options
context:
space:
mode:
authorGravatar David Keijser <keijser@gmail.com>2011-05-25 07:15:35 +0200
committerGravatar David Keijser <keijser@gmail.com>2011-05-25 07:15:35 +0200
commitb970eacf2fbbe5d082515f2085f3b3d4e471d467 (patch)
tree4ae807d36364b4ac2fdb188e9486b32f60db77b0 /src/io.c
parent8960722f64afdd1bdf2ad3a0ee2546a322fb30c6 (diff)
move core variable stuff into variables file
Diffstat (limited to 'src/io.c')
-rw-r--r--src/io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/io.c b/src/io.c
index 3f8fa2f..062a853 100644
--- a/src/io.c
+++ b/src/io.c
@@ -6,6 +6,7 @@
#include "io.h"
#include "util.h"
#include "uzbl-core.h"
+#include "type.h"
/*@null@*/ gchar*
build_stream_name(int type, const gchar* dir) {