summaryrefslogtreecommitdiffstats
path: root/syshead.h
diff options
context:
space:
mode:
Diffstat (limited to 'syshead.h')
-rw-r--r--syshead.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/syshead.h b/syshead.h
index 38de87b..fba6f84 100644
--- a/syshead.h
+++ b/syshead.h
@@ -36,6 +36,8 @@
#include "config.h"
#endif
+#include "compat.h"
+
/* branch prediction hints */
#if defined(__GNUC__)
# define likely(x) __builtin_expect((x),1)