You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
360 B

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>