aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-07-04 10:25:11 (GMT)
committerfluxgen <fluxgen>2003-07-04 10:25:11 (GMT)
commite82122eb44f3ed758f804c97da08d11196e42510 (patch)
tree6a132c0e38efdeb37492e506c776ddcc724fed8c
parent3144086eef171f6c402182f23bfc80a101e71fa2 (diff)
downloadfluxbox-e82122eb44f3ed758f804c97da08d11196e42510.zip
fluxbox-e82122eb44f3ed758f804c97da08d11196e42510.tar.bz2
cstdio for sscanf
-rw-r--r--src/FbTk/Theme.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbTk/Theme.cc b/src/FbTk/Theme.cc
index 2037431..faf6ed4 100644
--- a/src/FbTk/Theme.cc
+++ b/src/FbTk/Theme.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: Theme.cc,v 1.8 2003/07/01 12:39:49 fluxgen Exp $ 22// $Id: Theme.cc,v 1.9 2003/07/04 10:25:11 fluxgen Exp $
23 23
24#include "Theme.hh" 24#include "Theme.hh"
25 25
@@ -29,6 +29,7 @@
29#include "Texture.hh" 29#include "Texture.hh"
30#include "App.hh" 30#include "App.hh"
31 31
32#include <cstdio>
32 33
33#ifdef HAVE_CONFIG_H 34#ifdef HAVE_CONFIG_H
34#include "config.h" 35#include "config.h"