aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/XFontImp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/XFontImp.cc')
-rw-r--r--src/FbTk/XFontImp.cc8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/FbTk/XFontImp.cc b/src/FbTk/XFontImp.cc
index 195730d..0818634 100644
--- a/src/FbTk/XFontImp.cc
+++ b/src/FbTk/XFontImp.cc
@@ -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: XFontImp.cc,v 1.8 2004/08/10 11:58:22 fluxgen Exp $ 22// $Id: XFontImp.cc,v 1.9 2004/08/31 15:26:39 rathnor Exp $
23 23
24#include "XFontImp.hh" 24#include "XFontImp.hh"
25#include "App.hh" 25#include "App.hh"
@@ -31,7 +31,11 @@
31 31
32#include <iostream> 32#include <iostream>
33#include <new> 33#include <new>
34#include <cstdio> 34#ifdef HAVE_CSTDIO
35 #include <cstdio>
36#else
37 #include <stdio.h>
38#endif
35using namespace std; 39using namespace std;
36 40
37namespace FbTk { 41namespace FbTk {