summaryrefslogtreecommitdiff
path: root/osdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep.c')
-rw-r--r--osdep.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/osdep.c b/osdep.c
index 369660141d..b300ba19aa 100644
--- a/osdep.c
+++ b/osdep.c
@@ -33,6 +33,9 @@
#include <sys/statvfs.h>
#endif
+/* FIXME: This file should be target independent. However it has kqemu
+ hacks, so must be built for every target. */
+
/* Needed early for HOST_BSD etc. */
#include "config-host.h"