added #include <csdio> to some files, should help build on ubuntu apparently.

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1279 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2009-09-07 13:08:23 +00:00
parent e5fbebc408
commit b7bf4a4e25
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@
#include "PresetFrameIO.hpp"
#include "Param.hpp"
#include <map>
#include <cstdio>
class BuiltinParams {

View File

@ -15,7 +15,7 @@
#include "getConfigFilename.h"
#include <fcntl.h>
#include <sys/stat.h>
#include <stdio.h>
#include <cstdio>
// get the full pathname of a configfile
std::string getConfigFilename()