Fix bad include
This commit is contained in:
parent
de1d255088
commit
66c98bc820
1 changed files with 2 additions and 3 deletions
|
@ -15,9 +15,8 @@
|
||||||
|
|
||||||
#ifdef HAVE_SN
|
#ifdef HAVE_SN
|
||||||
#include <libsn/sn.h>
|
#include <libsn/sn.h>
|
||||||
#include <glib.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
#include <glib.h>
|
||||||
|
|
||||||
typedef struct Global_atom
|
typedef struct Global_atom
|
||||||
{
|
{
|
||||||
|
@ -155,4 +154,4 @@ void get_monitors();
|
||||||
void get_desktops();
|
void get_desktops();
|
||||||
int server_get_number_of_desktops();
|
int server_get_number_of_desktops();
|
||||||
|
|
||||||
#endif
|
#endif
|
Loading…
Reference in a new issue