tools/nolibc: fix missing includes causing build issues at -O0
[sfrench/cifs-2.6.git] / tools / include / nolibc / string.h
index ad97c0d522b8e40af7ba428e669c553d66e61d10..0932db3817d2cb7000ea73ac74ee0369cabd3c24 100644 (file)
@@ -285,4 +285,7 @@ char *strrchr(const char *s, int c)
        return (char *)ret;
 }
 
+/* make sure to include all global symbols */
+#include "nolibc.h"
+
 #endif /* _NOLIBC_STRING_H */