chiark / gitweb /
preload-hacks: Some patches to make it work.
[termux-packages] / packages / attr / attr.c.patch
1 diff -u -r ../attr-2.4.47/attr/attr.c ./attr/attr.c
2 --- ../attr-2.4.47/attr/attr.c  2013-05-19 06:53:54.000000000 +0200
3 +++ ./attr/attr.c       2017-02-02 21:51:24.680776395 +0100
4 @@ -26,6 +26,7 @@
5  #include <errno.h>
6  #include <string.h>
7  #include <locale.h>
8 +#include <libgen.h> /* for basename(3) */
9  
10  #include <attr/attributes.h>
11  #include "config.h"