This commit is contained in:
Mathias Gumz 2010-09-05 10:47:12 +02:00
parent 63f9c8c1a2
commit 83656fc0e8

View file

@ -38,7 +38,11 @@
#include <stdlib.h>
#endif
#ifdef HAVE_CSTDIO
#include <cstdio>
#else
#include <stdio.h>
#endif
#include <langinfo.h>
#include <locale.h>