From dc5db198cc3f2b5cb867f1be06726a477b13b341 Mon Sep 17 00:00:00 2001 From: Wouter Van Rooy Date: Mon, 2 Sep 2013 22:07:35 +0200 Subject: Fix error Only can be included directly. New version of Glib no longer allows to include headers from its subdirectories. --- svte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svte.c') diff --git a/svte.c b/svte.c index 22cdbcc..f6bd7af 100644 --- a/svte.c +++ b/svte.c @@ -19,7 +19,7 @@ #include "defaults.h" #include -#include +#include #include #include #include -- cgit v1.2.3