Use PCRE (#2349)
[termux-packages] / packages / elfutils / src-readelf.c.patch
CommitLineData
0ee991e3
FF
1diff -u -r ../elfutils-0.170/src/readelf.c ./src/readelf.c
2--- ../elfutils-0.170/src/readelf.c 2017-08-02 14:06:25.000000000 +0200
3+++ ./src/readelf.c 2017-12-10 01:14:25.898858528 +0100
4@@ -43,6 +43,7 @@
5 #include <unistd.h>
6 #include <sys/stat.h>
7 #include <signal.h>
8+#include <qsort_r.h>
9
10 #include <libeu.h>
11 #include <system.h>