summaryrefslogtreecommitdiff
path: root/debian/patches/0003-include-signal.h-for-kill.patch
blob: bd13e572e62b27479029bf33f0bd220aea573e3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Igor Pashev <pashev.igor@gmail.com>
Date: Sat, 1 Sep 2012 14:47:36 +0000
Subject: #include <siagnal.h> for kill()

---
 src/ui.cc |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/ui.cc b/src/ui.cc
index 1f8bfe3..9f91a15 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -36,6 +36,7 @@
 #include <apt-pkg/error.h>
 #include <apt-pkg/packagemanager.h>
 
+#include <signal.h>
 #include <errno.h>
 #include <fcntl.h>
 #include <sys/wait.h>