aboutsummaryrefslogtreecommitdiff
path: root/svte.c
diff options
context:
space:
mode:
authorWouter Van Rooy <wouter.vanrooy@gmail.com>2013-09-02 22:07:35 +0200
committerWouter Van Rooy <wouter.vanrooy@gmail.com>2013-09-02 22:07:35 +0200
commitdc5db198cc3f2b5cb867f1be06726a477b13b341 (patch)
treea4a2eccd487391f9f3bc7844be9215a7b8bbaa9b /svte.c
parent520061e312d18fae76e3e42209aa1274867c211a (diff)
Fix error Only <glib.h> can be included directly.
New version of Glib no longer allows to include headers from its subdirectories.
Diffstat (limited to 'svte.c')
-rw-r--r--svte.c2
1 files changed, 1 insertions, 1 deletions
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 <gdk/gdkkeysyms.h>
-#include <glib/goption.h>
+#include <glib.h>
#include <gtk/gtk.h>
#include <vte/vte.h>
#include <unistd.h>