mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-15 07:45:47 +00:00
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:
@ -31,6 +31,7 @@
|
||||
#include "PresetFrameIO.hpp"
|
||||
#include "Param.hpp"
|
||||
#include <map>
|
||||
#include <cstdio>
|
||||
|
||||
class BuiltinParams {
|
||||
|
||||
|
||||
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user