summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/common/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/common/io.c b/uisimulator/common/io.c
index c74629fb18..536c28ebe1 100644
--- a/uisimulator/common/io.c
+++ b/uisimulator/common/io.c
@@ -22,7 +22,7 @@
22#include <string.h> 22#include <string.h>
23#include <stdarg.h> 23#include <stdarg.h>
24#include <sys/stat.h> 24#include <sys/stat.h>
25#include <sys/time.h> 25#include <time.h>
26#ifdef __FreeBSD__ 26#ifdef __FreeBSD__
27#include <sys/param.h> 27#include <sys/param.h>
28#include <sys/mount.h> 28#include <sys/mount.h>