Skip to content

Commit

Permalink
Merge pull request xbmc#392 from abs0/9c91c78633391207f54a9b55ce96ce7…
Browse files Browse the repository at this point in the history
…fae507a95

[portability] This file uses WEXITSTATUS(), so should include <sys/wait.h>
  • Loading branch information
Arne Morten Kvarving committed Sep 1, 2011
2 parents b7436bd + 9c91c78 commit 426c231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/windowing/X11/XRandR.cpp
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 426c231

Please sign in to comment.