summaryrefslogtreecommitdiff
path: root/Source/Core/Common/NandPaths.cpp
diff options
context:
space:
mode:
authorScott Mansell <phiren@gmail.com>2015-12-27 02:16:55 +1300
committerScott Mansell <phiren@gmail.com>2015-12-27 02:16:55 +1300
commitbe8410dcade41f4e1d69cbdbfc46dfce9635287f (patch)
treed81d815e325956887b4a931b9eebb142774ef5aa /Source/Core/Common/NandPaths.cpp
parent4ddc04da07eb90c36e6488495de3e4530695172f (diff)
parenteb2d4935cdd6085b374972ad0ad4930f368be8c8 (diff)
Merge pull request #3383 from Sonicadvance1/compile_fixes
Compile fixes
Diffstat (limited to 'Source/Core/Common/NandPaths.cpp')
-rw-r--r--Source/Core/Common/NandPaths.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/NandPaths.cpp b/Source/Core/Common/NandPaths.cpp
index 4048979c3c..25488ef410 100644
--- a/Source/Core/Common/NandPaths.cpp
+++ b/Source/Core/Common/NandPaths.cpp
@@ -4,6 +4,7 @@
#include <cstdio>
#include <fstream>
+#include <stdlib.h>
#include <string>
#include <utility>