diff options
-rw-r--r-- | config.mk | 2 | ||||
-rw-r--r-- | svte.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -27,7 +27,7 @@ MANPREFIX = ${PREFIX}/share/man # includes and libs -GTKINC=$(shell pkg-config --cflags gtk+-2.0 vte ) +GTKINC=$(shell pkg-config --cflags gtk+-2.0 vte glib-2.0) GTKLIB=-lvte INCS = -I. -I/usr/include ${GTKINC} @@ -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> |