Skip to content

Commit

Permalink
This file uses WEXITSTATUS(), so should include <sys/wait.h> - at
Browse files Browse the repository at this point in the history
least on BSD
  • Loading branch information
abs0 committed Aug 31, 2011
1 parent b78188f commit 9c91c78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/windowing/X11/XRandR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#ifdef HAS_XRANDR

#include <string.h>
#include <sys/wait.h>
#include "system.h"
#include "PlatformInclude.h"
#include "tinyXML/tinyxml.h"
Expand Down

0 comments on commit 9c91c78

Please sign in to comment.