projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
051377e
)
Add include of signal.h for kill(3)
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 11 May 2010 07:33:24 +0000
(09:33 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 11 May 2010 07:33:24 +0000
(09:33 +0200)
src/filter_cgi.cpp
patch
|
blob
|
history
diff --git
a/src/filter_cgi.cpp
b/src/filter_cgi.cpp
index
a89d03e
..
7cec0cd
100644
(file)
--- a/
src/filter_cgi.cpp
+++ b/
src/filter_cgi.cpp
@@
-24,6
+24,7
@@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include <yaz/log.h>
#include <unistd.h>
+#include <signal.h>
#include <sys/wait.h>
#include <sstream>