summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-16 16:28:00 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-16 16:28:00 (EDT)
commit776baccd121eae4fdc42b50cfb55e13491f2adc2 (patch)
treefaaac59a1d68e0b2b5d8fcde140e78972c935e7c
parentf7d5d9d23f5dc896842ed23054272c24a6ca5c51 (diff)
downloadmarquee-776baccd121eae4fdc42b50cfb55e13491f2adc2.zip
marquee-776baccd121eae4fdc42b50cfb55e13491f2adc2.tar.gz
marquee-776baccd121eae4fdc42b50cfb55e13491f2adc2.tar.bz2
src/*.h: Oops
-rw-r--r--src/tab.h2
-rw-r--r--src/window.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tab.h b/src/tab.h
index 1205559..e5958b4 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -22,7 +22,7 @@
#ifndef MQ_TAB_H
#define MQ_TAB_H
-#include <gtk.h>
+#include <gtk/gtk.h>
#include "tab-chrome.h"
diff --git a/src/window.h b/src/window.h
index f3a792f..e71b88a 100644
--- a/src/window.h
+++ b/src/window.h
@@ -22,7 +22,7 @@
#ifndef MQ_WINDOW_H
#define MQ_WINDOW_H
-#include <gtk.h>
+#include <gtk/gtk.h>
typedef struct {
GtkWidget *gtk_window;