- fix build error in Linux screensaver (at least on FC14)

svn path=/trunk/boinc/; revision=24055
This commit is contained in:
David Anderson 2011-08-27 14:48:22 +00:00
parent 1eed0db2ec
commit 5fe6622001
2 changed files with 8 additions and 0 deletions

View File

@ -5146,3 +5146,9 @@ David 26 Aug 2011
samples/vboxwrapper/
vbox.cpp,h
vboxwrapper.cpp
David 26 Aug 2011
- fix build error in Linux screensaver (at least on FC14)
clientscr/
screensaver_x11.cpp

View File

@ -52,8 +52,10 @@
#include <pthread.h>
#include <unistd.h>
extern "C" {
#include <xcb/xcb.h>
#include <xcb/xcb_atom.h>
}
/// A screensaver window class.
/** Creates a window in the size of the given parent.