wok-next view syasokoban/stuff/gcc44.u @ rev 8803

fix bdeps: crosstool-ng needs bison to compile
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Feb 23 00:22:44 2011 +0100 (2011-02-23)
parents
children
line source
1 --- src/djSettings.cpp
2 +++ src/djSettings.cpp
3 @@ -6,6 +6,8 @@
4 //---------------------------------------------------------------------------
5 #include "djSettings.h"
6 #include "djUtils.h"
7 +#include <string.h>
8 +#include <stdlib.h>
9 #include <stdio.h>
11 char g_szConfigFile[2048] = { 0 };