Fix compilation errors on CI

This commit is contained in:
Wojtek Figat
2021-02-24 00:21:02 +01:00
parent 706c4bd677
commit 4cc7ec0461
4 changed files with 12 additions and 8 deletions

View File

@@ -5,6 +5,10 @@
// Hide warning from old headers
#define register
// Pre-include X11 required headers
#include <stdio.h>
// Include X11
namespace X11
{
#include <X11/Xlib.h>