Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/filesystem')
-rw-r--r--src/filesystem/filesystem.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/filesystem/filesystem.cc b/src/filesystem/filesystem.cc
index 0150b66..0fec129 100644
--- a/src/filesystem/filesystem.cc
+++ b/src/filesystem/filesystem.cc
@@ -4,7 +4,8 @@
the terms of the GNU General Public License version 2
*/
-// project headers
+#include <stdlib.h>
+
#include <list>
#include "filesystem/filesystem.h"