summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/operand2sig.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/operand2sig.c b/src/operand2sig.c
index 228db401c..23f44bc6d 100644
--- a/src/operand2sig.c
+++ b/src/operand2sig.c
@@ -1,5 +1,5 @@
/* operand2sig.c -- common function for parsing signal specifications
- Copyright (C) 2008 Free Software Foundation, Inc.
+ Copyright (C) 2008, 2009 Free Software Foundation, Inc.
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
@@ -24,7 +24,6 @@
#include <config.h>
#include <stdio.h>
#include <sys/types.h>
-#include <signal.h>
#if HAVE_SYS_WAIT_H
# include <sys/wait.h>