diff options
author | marha <marha@users.sourceforge.net> | 2014-06-08 22:13:37 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-06-08 22:13:37 +0200 |
commit | 880395e8c3f451bf34b96da76fcee133b356e966 (patch) | |
tree | f06a3d96e15a7a200c0af73eb6ff3c7d0e5c87a4 /apps/xwininfo/clientwin.c | |
parent | b5a2c971202ff19079cb5a98253d8760ae124d15 (diff) | |
download | vcxsrv-880395e8c3f451bf34b96da76fcee133b356e966.tar.gz vcxsrv-880395e8c3f451bf34b96da76fcee133b356e966.tar.bz2 vcxsrv-880395e8c3f451bf34b96da76fcee133b356e966.zip |
Solved compile problems due to latest merge
Diffstat (limited to 'apps/xwininfo/clientwin.c')
-rw-r--r-- | apps/xwininfo/clientwin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/xwininfo/clientwin.c b/apps/xwininfo/clientwin.c index 2b1de04e8..c568e1011 100644 --- a/apps/xwininfo/clientwin.c +++ b/apps/xwininfo/clientwin.c @@ -19,6 +19,8 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. */ +#include "config.h" + #include <xcb/xcb.h> #include <xcb/xproto.h> |