From 5fe6622001f8e6d0f7a032629def1786d77b1cc0 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 27 Aug 2011 14:48:22 +0000 Subject: [PATCH] - fix build error in Linux screensaver (at least on FC14) svn path=/trunk/boinc/; revision=24055 --- checkin_notes | 6 ++++++ clientscr/screensaver_x11.cpp | 2 ++ 2 files changed, 8 insertions(+) diff --git a/checkin_notes b/checkin_notes index 4276ce1943..5a5d03e89f 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/clientscr/screensaver_x11.cpp b/clientscr/screensaver_x11.cpp index 6ba0b3bb68..a2e26493f1 100644 --- a/clientscr/screensaver_x11.cpp +++ b/clientscr/screensaver_x11.cpp @@ -52,8 +52,10 @@ #include #include +extern "C" { #include #include +} /// A screensaver window class. /** Creates a window in the size of the given parent.