Skip to content

Commit

Permalink
Fix build without X11
Browse files Browse the repository at this point in the history
On Haiku it complained about missing X11 header.
  • Loading branch information
mmuman committed Aug 5, 2023
1 parent fc8be98 commit f6a5122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/display-x11.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f6a5122

Please sign in to comment.