diff options
| author | Akihiko Odaki <[email protected]> | 2016-10-11 23:06:48 +0900 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2016-10-12 15:43:14 +0200 |
| commit | 60b2bf1b08c621492410b24e469b2bdf58d167d5 (patch) | |
| tree | 9a9f16d5a686b42469c190a7d3b0bd245344dc48 /tests/arextract.c | |
| parent | 7bf4b63a4980788e6c1969cae02f0483e79c069f (diff) | |
lib: Provide MAX and MIN in system.h
This change also creates a new header file libeu.h to provide the
prototypes for the function of libeu. That hides the definition of function
crc32, which can conflict with zlib, from libelf. It also prevents mistakes
to refer those functions from a component which doesn't link with libeu,
such as libelf.
Signed-off-by: Akihiko Odaki <[email protected]>
Diffstat (limited to 'tests/arextract.c')
| -rw-r--r-- | tests/arextract.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arextract.c b/tests/arextract.c index 21850b6c..2c4dc758 100644 --- a/tests/arextract.c +++ b/tests/arextract.c @@ -25,7 +25,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> -#include <sys/param.h> +#include <system.h> int |
