aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/stdbool.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/xen/stdbool.h')
-rw-r--r--xen/include/xen/stdbool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/xen/stdbool.h b/xen/include/xen/stdbool.h
index 2eecd52a18..f0faedfd3d 100644
--- a/xen/include/xen/stdbool.h
+++ b/xen/include/xen/stdbool.h
@@ -1,7 +1,7 @@
#ifndef __XEN_STDBOOL_H__
#define __XEN_STDBOOL_H__
-#if defined(__OpenBSD__) || defined(__NetBSD__)
+#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__)
# define bool _Bool
# define true 1
# define false 0