wok-next annotate syasokoban/stuff/gcc44.u @ rev 9715

glibc-base: remove post_install() it not working and not usefull
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 08 23:49:22 2011 +0200 (2011-05-08)
parents
children
rev   line source
pascal@4072 1 --- src/djSettings.cpp
pascal@4072 2 +++ src/djSettings.cpp
pascal@4072 3 @@ -6,6 +6,8 @@
pascal@4072 4 //---------------------------------------------------------------------------
pascal@4072 5 #include "djSettings.h"
pascal@4072 6 #include "djUtils.h"
pascal@4072 7 +#include <string.h>
pascal@4072 8 +#include <stdlib.h>
pascal@4072 9 #include <stdio.h>
pascal@4072 10
pascal@4072 11 char g_szConfigFile[2048] = { 0 };