diff options
| author | Bill Nottingham <notting@redhat.com> | 2001-03-30 17:25:36 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2001-03-30 17:25:36 +0000 |
| commit | db8fd3e4d3eae3b5e3918e85901c00213ffa587d (patch) | |
| tree | b13411cccb6e149169197585c81943e890cca4d5 /src | |
| parent | a0c75baff9467b5422697aee749d06067aa76902 (diff) | |
add prototype
Diffstat (limited to 'src')
| -rw-r--r-- | src/testd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testd.c b/src/testd.c index 7deb00eb..b2a5c7e6 100644 --- a/src/testd.c +++ b/src/testd.c @@ -1,5 +1,6 @@ #include <sys/signal.h> #include <unistd.h> +#include <stdlib.h> int main() { signal(SIGTERM, SIG_IGN); |
