chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
debianutils: Update from 4.8.3 to 4.8.4
[termux-packages]
/
packages
/
pv
/
src-pv-cursor.c.patch
1
diff -u -r ../pv-1.6.0/src/pv/cursor.c ./src/pv/cursor.c
2
--- ../pv-1.6.0/src/pv/cursor.c 2015-03-15 00:37:18.000000000 +0000
3
+++ ./src/pv/cursor.c 2017-07-07 00:05:58.507914275 +0000
4
@@ -21,6 +21,7 @@
5
#include <unistd.h>
6
#include <sys/stat.h>
7
#include <fcntl.h>
8
+#include <libgen.h> /* For basename(). */
9
10
#ifdef HAVE_IPC
11
#include <sys/ipc.h>