aboutsummaryrefslogtreecommitdiff
path: root/dyngen-exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'dyngen-exec.h')
-rw-r--r--dyngen-exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dyngen-exec.h b/dyngen-exec.h
index 226b114cce..1fdab65ef0 100644
--- a/dyngen-exec.h
+++ b/dyngen-exec.h
@@ -82,7 +82,7 @@ typedef void * host_reg_t;
#define UINT32_MAX (4294967295U)
#define UINT64_MAX ((uint64_t)(18446744073709551615))
-#ifdef _BSD
+#ifdef HOST_BSD
typedef struct __sFILE FILE;
#else
typedef struct FILE FILE;