blob: 34948302a3142493a8217b0e81924311a2da4d31 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/system/lib/libc/musl/include/limits.h
+++ b/system/lib/libc/musl/include/limits.h
@@ -1,6 +1,8 @@
#ifndef _LIMITS_H
#define _LIMITS_H
+#pragma GCC system_header
+
#include <features.h>
#include <bits/alltypes.h> /* __LONG_MAX */
|