default features: make musl usable without feature test macros
[musl] / include / limits.h
index e354ee7..e12618a 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _LIMITS_H
 #define _LIMITS_H
 
+#include <features.h>
+
 /* Most limits are system-specific */
 
 #include <bits/limits.h>