mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
[libc] Fix conflict values from internal limits.h when used externally
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user