summaryrefslogtreecommitdiffstats
path: root/src/x11util.cpp
diff options
context:
space:
mode:
authorSimon Rettberg2018-08-30 16:01:48 +0200
committerSimon Rettberg2018-08-30 16:01:48 +0200
commite96be26b64952a68677478c37895b9c5729bb6e2 (patch)
treec288799673ee07e2c3de1f21f883d96b2214e43d /src/x11util.cpp
parentSanitize C++11 (diff)
downloadslxgreeter-e96be26b64952a68677478c37895b9c5729bb6e2.tar.gz
slxgreeter-e96be26b64952a68677478c37895b9c5729bb6e2.tar.xz
slxgreeter-e96be26b64952a68677478c37895b9c5729bb6e2.zip
Fix compile error
Diffstat (limited to 'src/x11util.cpp')
-rw-r--r--src/x11util.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/x11util.cpp b/src/x11util.cpp
index 775f072..67dae90 100644
--- a/src/x11util.cpp
+++ b/src/x11util.cpp
@@ -6,6 +6,7 @@ extern "C" {
#include <cstring>
#include <cstdlib>
#include <cstdio>
+#include <cstddef>
static int eHandler(Display* dpy, XErrorEvent* e)
{