Forgot to include gtk.h

master-1.22
infirit 2014-12-11 16:33:05 +01:00
parent 4bce04d985
commit 7612b1d8f1
1 changed files with 1 additions and 0 deletions

View File

@ -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