This commit is contained in:
Philip Rosedale 2013-05-31 14:21:38 -07:00
commit 088e9d0aef
2 changed files with 3 additions and 2 deletions

View file

@ -774,9 +774,9 @@ void Application::readSettingsFile() {
} }
} }
} }
}
fclose(settingsFile); fclose(settingsFile);
}
} }
void Application::saveSettingsFile() { void Application::saveSettingsFile() {

View file

@ -10,6 +10,7 @@
#define __hifi__SharedUtil__ #define __hifi__SharedUtil__
#include <stdint.h> #include <stdint.h>
#include <unistd.h>
#include <math.h> #include <math.h>
#ifdef _WIN32 #ifdef _WIN32