aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-05-28 18:53:22 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-06-01 01:10:43 +0300
commit96d1bce2ab9e3dea0c3899e81db0ef6b158e5615 (patch)
tree430dd0462d320f2da415bf3eef3de717dd4cab3e
parent9dea21c1deae141c97c2ab017e25709e344a5b29 (diff)
downloaddirevent-96d1bce2ab9e3dea0c3899e81db0ef6b158e5615.tar.gz
direvent-96d1bce2ab9e3dea0c3899e81db0ef6b158e5615.tar.bz2
Add missing include.
-rw-r--r--progman.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/progman.c b/progman.c
index 7c2b4df..e785d57 100644
--- a/progman.c
+++ b/progman.c
@@ -18,6 +18,7 @@
#include <time.h>
#include <pwd.h>
#include <grp.h>
+#include <signal.h>
#include <sys/wait.h>
/* Process list */

Return to:

Send suggestions and report system problems to the System administrator.