diff options
author | infirit <[email protected]> | 2014-12-11 16:33:05 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-11 16:33:05 +0100 |
commit | 7612b1d8f149dbbebaa7f84e92b4a5dcbb5ae8da (patch) | |
tree | 3282675b4d350a5fb15ba1aec522fe780f3ac6e8 /src/eggsmclient-private.h | |
parent | 4bce04d9855828dd7d0e787f9eb821b08e7601de (diff) | |
download | mate-terminal-7612b1d8f149dbbebaa7f84e92b4a5dcbb5ae8da.tar.bz2 mate-terminal-7612b1d8f149dbbebaa7f84e92b4a5dcbb5ae8da.tar.xz |
Forgot to include gtk.h
Diffstat (limited to 'src/eggsmclient-private.h')
-rw-r--r-- | src/eggsmclient-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eggsmclient-private.h b/src/eggsmclient-private.h index dc07ea4..6c7d100 100644 --- a/src/eggsmclient-private.h +++ b/src/eggsmclient-private.h @@ -20,6 +20,7 @@ #ifndef __EGG_SM_CLIENT_PRIVATE_H__ #define __EGG_SM_CLIENT_PRIVATE_H__ +#include <gtk/gtk.h> #if !GTK_CHECK_VERSION (3, 0, 0) #include <gdkconfig.h> #endif |