blob: 0813904f3aa6bd9ab85c4e56b8bae49f2a42dbef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<linux/limits.h> is implicitly included via <limits.h> but not required here
IGC/OCLFE/igd_fcl_mcl/source/LoadBuffer.cpp:40:10: fatal error: 'linux/limits.h' file not found
#include <linux/limits.h>
^~~~~~~~~~~~~~~~
--- IGC/OCLFE/igd_fcl_mcl/source/LoadBuffer.cpp.orig 2019-11-27 01:05:20 UTC
+++ IGC/OCLFE/igd_fcl_mcl/source/LoadBuffer.cpp
@@ -37,7 +37,6 @@ using namespace llvm;
#include <inttypes.h>
#include <libgen.h>
#include <link.h>
-#include <linux/limits.h>
#include <stddef.h>
#include <stdint.h>
#include <unistd.h>
|