]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/porting_android.cpp
Fix --color command line parameter ignorance (#7173)
[dragonfireclient.git] / src / porting_android.cpp
index 72b625d73a0dd4199d9ecd55bc6ba2da5106a427..7c74f7b5b22dda0d4d3e7fa1a16fc3e09d4f0e9c 100644 (file)
@@ -31,7 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 #include <sstream>
 #include <exception>
-#include <stdlib.h>
+#include <cstdlib>
 
 #ifdef GPROF
 #include "prof.h"