aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/ThemeItems.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/ThemeItems.hh')
-rw-r--r--src/FbTk/ThemeItems.hh8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/FbTk/ThemeItems.hh b/src/FbTk/ThemeItems.hh
index f17cba6..259ccc7 100644
--- a/src/FbTk/ThemeItems.hh
+++ b/src/FbTk/ThemeItems.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: ThemeItems.hh,v 1.7 2004/08/26 16:37:48 rathnor Exp $ 22// $Id: ThemeItems.hh,v 1.8 2004/08/31 15:26:39 rathnor Exp $
23 23
24/// @file implements common theme items 24/// @file implements common theme items
25 25
@@ -34,7 +34,11 @@
34#include "Image.hh" 34#include "Image.hh"
35 35
36#include <string> 36#include <string>
37#include <cstdio> 37#ifdef HAVE_CSTDIO
38 #include <cstdio>
39#else
40 #include <stdio.h>
41#endif
38#include <iostream> 42#include <iostream>
39namespace FbTk { 43namespace FbTk {
40 44