chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b63071197d194e508c9cd02b643518ea2203e7c1
[termux-packages]
/
packages
/
libelf
/
system.h.patch
1
diff -u -r ../elfutils-0.159/lib/system.h ./lib/system.h
2
--- ../elfutils-0.159/lib/system.h 2014-02-05 01:21:43.000000000 +0100
3
+++ ./lib/system.h 2014-05-30 15:10:19.914184259 +0200
4
@@ -29,7 +29,9 @@
5
#ifndef LIB_SYSTEM_H
6
#define LIB_SYSTEM_H 1
7
8
+#ifndef __ANDROID__
9
#include <argp.h>
10
+#endif
11
#include <stddef.h>
12
#include <stdint.h>
13
#include <endian.h>