aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-08-20 15:19:25 (GMT)
committerfluxgen <fluxgen>2002-08-20 15:19:25 (GMT)
commit60379c34a9fe793e4cd4cd3c9c6b608f77f016ed (patch)
tree2e9f941e1b2dc16e34f50544ef251aef5db88475 /src
parentfde16eeea10b28f730d79e0f31b042ba955f7ed2 (diff)
downloadfluxbox-60379c34a9fe793e4cd4cd3c9c6b608f77f016ed.zip
fluxbox-60379c34a9fe793e4cd4cd3c9c6b608f77f016ed.tar.bz2
gnu
Diffstat (limited to 'src')
-rw-r--r--src/Font.cc7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Font.cc b/src/Font.cc
index 22fd192..38aad9d 100644
--- a/src/Font.cc
+++ b/src/Font.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: Font.cc,v 1.8 2002/08/20 02:22:29 fluxgen Exp $ 22//$Id: Font.cc,v 1.9 2002/08/20 15:19:25 fluxgen Exp $
23 23
24 24
25#include "Font.hh" 25#include "Font.hh"
@@ -33,11 +33,16 @@
33#define _GNU_SOURCE 33#define _GNU_SOURCE
34#endif //_GNU_SOURCE 34#endif //_GNU_SOURCE
35 35
36#ifndef __USE_GNU
37#define __USE_GNU
38#endif //__USE_GNU
39
36#include <cstdarg> 40#include <cstdarg>
37#include <iostream> 41#include <iostream>
38#include <cassert> 42#include <cassert>
39#include <string> 43#include <string>
40#include <cstdio> 44#include <cstdio>
45#include <string.h>
41 46
42#ifdef HAVE_SETLOCALE 47#ifdef HAVE_SETLOCALE
43#include <locale.h> 48#include <locale.h>