summaryrefslogtreecommitdiff
path: root/sysutils/htop/patches/patch-TraceScreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/htop/patches/patch-TraceScreen.c')
-rw-r--r--sysutils/htop/patches/patch-TraceScreen.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/htop/patches/patch-TraceScreen.c b/sysutils/htop/patches/patch-TraceScreen.c
new file mode 100644
index 00000000000..5fb778a7e3b
--- /dev/null
+++ b/sysutils/htop/patches/patch-TraceScreen.c
@@ -0,0 +1,14 @@
+$NetBSD: patch-TraceScreen.c,v 1.1 2017/03/25 10:53:59 maya Exp $
+
+Add missing include
+
+--- TraceScreen.c.orig 2016-05-26 00:37:01.000000000 +0000
++++ TraceScreen.c
+@@ -22,6 +22,7 @@ in the source distribution for its full
+ #include <stdbool.h>
+ #include <unistd.h>
+ #include <fcntl.h>
++#include <sys/time.h>
+ #include <sys/types.h>
+ #include <sys/wait.h>
+ #include <signal.h>