From 8d4fc1a75c5482b59610ad813915023d1b443144 Mon Sep 17 00:00:00 2001 From: Arnaud Fontaine Date: Thu, 11 Feb 2010 14:11:43 +0000 Subject: Add missing inclusion of stdlib.h in EWMH header --- ewmh/ewmh.c.m4 | 6 +++--- ewmh/xcb_ewmh.h.m4 | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ewmh/ewmh.c.m4 b/ewmh/ewmh.c.m4 index ad3a201..bc8168f 100644 --- a/ewmh/ewmh.c.m4 +++ b/ewmh/ewmh.c.m4 @@ -26,6 +26,9 @@ * prior written authorization from the authors. */ +#include "xcb_ewmh.h" +#include "../xcb-util-common.h" + #include #include #include @@ -36,9 +39,6 @@ #include #include -#include "xcb_ewmh.h" -#include "../xcb-util-common.h" - /** * @brief The structure used on screen initialization including the * atoms name and its length diff --git a/ewmh/xcb_ewmh.h.m4 b/ewmh/xcb_ewmh.h.m4 index 1d6024f..34a6a7b 100644 --- a/ewmh/xcb_ewmh.h.m4 +++ b/ewmh/xcb_ewmh.h.m4 @@ -47,6 +47,7 @@ */ #include +#include #ifdef __cplusplus extern "C" { -- cgit v1.2.3