chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Introduce a scripts/ folder
[termux-packages]
/
packages
/
htop
/
meter-h.patch
1
diff -u -r ../htop-1.0.3/Meter.h ./Meter.h
2
--- ../htop-1.0.3/Meter.h 2014-04-21 23:59:02.000000000 +0200
3
+++ ./Meter.h 2014-05-04 01:58:24.365877532 +0200
4
@@ -13,6 +13,7 @@
5
6
#include "ListItem.h"
7
#include "ProcessList.h"
8
+#include <sys/time.h>
9
10
typedef struct Meter_ Meter;
11