[libc] Fix conflict values from internal limits.h when used externally

This commit is contained in:
Joseph Huber
2024-08-07 10:08:49 -05:00
parent 7634a96589
commit f126bc984c

View File

@@ -11,6 +11,9 @@
#define __has_builtin(x) 0
#endif
// Make sure these are included first so they don't conflict with the system.
#include <limits.h>
#include "llvmlibc_rpc_server.h"
#include "src/__support/RPC/rpc.h"