summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/features.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/features.h b/include/features.h
index bcc2596d3..f13a76f19 100644
--- a/include/features.h
+++ b/include/features.h
@@ -433,6 +433,9 @@ uClibc was built without large file support enabled.
#ifndef unlikely
# define unlikely(x) __builtin_expect((!!(x)),0)
#endif
+#ifndef __LINUX_COMPILER_H
+#define __LINUX_COMPILER_H
+#endif
/* --- this is added to integrate linuxthreads */
#define __USE_UNIX98 1