aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/subprocess.cc
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-12-22 18:04:23 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-12-22 18:04:23 +0000
commitf9c5978f5dc2ee88067931c55e13049d17f5331c (patch)
tree2ac332e88b653f6e7e196b7a6d96f66f9b6496be /src/google/protobuf/compiler/subprocess.cc
parentc0ee4d2ed9c4f88187ea6a6d198198ce064b1cd7 (diff)
downloadprotobuf-f9c5978f5dc2ee88067931c55e13049d17f5331c.tar.gz
protobuf-f9c5978f5dc2ee88067931c55e13049d17f5331c.tar.bz2
protobuf-f9c5978f5dc2ee88067931c55e13049d17f5331c.zip
Hopefully fix build on Sun Studio.
Diffstat (limited to 'src/google/protobuf/compiler/subprocess.cc')
-rw-r--r--src/google/protobuf/compiler/subprocess.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/google/protobuf/compiler/subprocess.cc b/src/google/protobuf/compiler/subprocess.cc
index b70c600d..de46a3e6 100644
--- a/src/google/protobuf/compiler/subprocess.cc
+++ b/src/google/protobuf/compiler/subprocess.cc
@@ -35,6 +35,7 @@
#ifndef _WIN32
#include <errno.h>
#include <sys/wait.h>
+#include <signal.h>
#endif
#include <algorithm>