summaryrefslogtreecommitdiff
path: root/browser-plugin
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-02-08 11:30:32 +0000
committerBastien Nocera <hadess@src.gnome.org>2007-02-08 11:30:32 +0000
commit71406fb21b9cc9217777fcd867cc19d52c0cc7b7 (patch)
tree0173cf0f582b263c39798e45822bba914b3710e4 /browser-plugin
parent22d85acb19734bc6c343f1fe98bce18754075537 (diff)
downloadtotem-71406fb21b9cc9217777fcd867cc19d52c0cc7b7.tar.gz
Patch from Damien Carbery <damien.carbery@sun.com> to add signal.h for the
2007-02-08 Bastien Nocera <hadess@hadess.net> * browser-plugin/totemPlugin.cpp: Patch from Damien Carbery <damien.carbery@sun.com> to add signal.h for the kill() definition (Closes: #405683) svn path=/trunk/; revision=4012
Diffstat (limited to 'browser-plugin')
-rw-r--r--browser-plugin/totemPlugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/browser-plugin/totemPlugin.cpp b/browser-plugin/totemPlugin.cpp
index 344becb0e..ba4070500 100644
--- a/browser-plugin/totemPlugin.cpp
+++ b/browser-plugin/totemPlugin.cpp
@@ -31,6 +31,7 @@
#include <sys/wait.h>
#include <sys/poll.h>
#include <string.h>
+#include <signal.h>
#include <glib.h>