1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 12:27:52 +00:00

Fix build without X11

On Haiku it complained about missing X11 header.
This commit is contained in:
François Revol 2023-08-05 13:17:29 +02:00 committed by Brenden Matthews
parent fc8be986ca
commit 2bd267da31

View File

@ -56,11 +56,12 @@
#include "display-x11.hh"
#include "gui.h"
#include "llua.h"
#include "x11.h"
/* TODO: cleanup global namespace */
#ifdef BUILD_X11
#include "x11.h"
// TODO: cleanup externs (move to conky.h ?)
#ifdef OWN_WINDOW
extern int fixed_size, fixed_pos;