all repos — fluxbox @ e82122eb44f3ed758f804c97da08d11196e42510

custom fork of the fluxbox windowmanager

cstdio for sscanf
fluxgen fluxgen
commit

e82122eb44f3ed758f804c97da08d11196e42510

parent

3144086eef171f6c402182f23bfc80a101e71fa2

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/FbTk/Theme.ccsrc/FbTk/Theme.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Theme.cc,v 1.8 2003/07/01 12:39:49 fluxgen Exp $ +// $Id: Theme.cc,v 1.9 2003/07/04 10:25:11 fluxgen Exp $ #include "Theme.hh"

@@ -29,6 +29,7 @@ #include "Color.hh"

#include "Texture.hh" #include "App.hh" +#include <cstdio> #ifdef HAVE_CONFIG_H #include "config.h"