diff options
Diffstat (limited to 'src/include/ch.h')
-rw-r--r-- | src/include/ch.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/ch.h b/src/include/ch.h index b7889a9f5..9df1b8363 100644 --- a/src/include/ch.h +++ b/src/include/ch.h @@ -67,6 +67,10 @@ #include "threads.h"
#endif
+#ifndef _INLINE_H_
+#include "inline.h"
+#endif
+
#ifndef _SLEEP_H_
#include "sleep.h"
#endif
|