14 lines
360 B
Diff
14 lines
360 B
Diff
|
diff -u -r ../elfutils-0.159/lib/system.h ./lib/system.h
|
||
|
--- ../elfutils-0.159/lib/system.h 2014-02-05 01:21:43.000000000 +0100
|
||
|
+++ ./lib/system.h 2014-05-30 15:10:19.914184259 +0200
|
||
|
@@ -29,7 +29,9 @@
|
||
|
#ifndef LIB_SYSTEM_H
|
||
|
#define LIB_SYSTEM_H 1
|
||
|
|
||
|
+#ifndef __ANDROID__
|
||
|
#include <argp.h>
|
||
|
+#endif
|
||
|
#include <stddef.h>
|
||
|
#include <stdint.h>
|
||
|
#include <endian.h>
|