chiark
/
gitweb
/
~richardk
/
rsbackup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
9f27b43
)
Adding missing #include.
author
Richard Kettlewell
<rjk@terraraq.org.uk>
Sat, 20 Jul 2013 08:12:03 +0000 (09:12 +0100)
committer
Richard Kettlewell
<rjk@terraraq.org.uk>
Sat, 20 Jul 2013 08:12:03 +0000 (09:12 +0100)
src/subprocesstest.cc
patch
|
blob
|
history
diff --git
a/src/subprocesstest.cc
b/src/subprocesstest.cc
index
34d33e4
..
7c9d76c
100644
(file)
--- a/
src/subprocesstest.cc
+++ b/
src/subprocesstest.cc
@@
-1,4
+1,4
@@
-// Copyright © 2012 Richard Kettlewell.
+// Copyright © 2012-13 Richard Kettlewell.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@
-19,6
+19,7
@@
#include <sys/types.h>
#include <sys/wait.h>
#include <cstdio>
+#include <csignal>
int main() {
std::vector<std::string> command;