diff options
author | John F. Carr <jfc@mit.edu> | 1991-06-20 05:15:21 +0000 |
---|---|---|
committer | John F. Carr <jfc@mit.edu> | 1991-06-20 05:15:21 +0000 |
commit | 4f0073023e12e75395d90339390a6cfb46874675 (patch) | |
tree | e5552bd5a7721a0751deba46c695b30e41a46834 /clients/zstat | |
parent | 904bd4ea7c20786dbea3b1727bc860aebe4e447d (diff) |
AIX needs to include <signal.h>.
Diffstat (limited to 'clients/zstat')
-rw-r--r-- | clients/zstat/zstat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clients/zstat/zstat.c b/clients/zstat/zstat.c index 21cac70..f42a148 100644 --- a/clients/zstat/zstat.c +++ b/clients/zstat/zstat.c @@ -17,6 +17,8 @@ #include <netdb.h> #include <stdio.h> #include <string.h> +#include <signal.h> /* BSD includes this from <sys/param.h>, + but AIX does not. */ #include "zserver.h" #if !defined(lint) && !defined(SABER) |