summaryrefslogtreecommitdiff
path: root/clients/zstat/zstat.c
diff options
context:
space:
mode:
authorGravatar John F. Carr <jfc@mit.edu>1991-06-20 05:15:21 +0000
committerGravatar John F. Carr <jfc@mit.edu>1991-06-20 05:15:21 +0000
commit4f0073023e12e75395d90339390a6cfb46874675 (patch)
treee5552bd5a7721a0751deba46c695b30e41a46834 /clients/zstat/zstat.c
parent904bd4ea7c20786dbea3b1727bc860aebe4e447d (diff)
AIX needs to include <signal.h>.
Diffstat (limited to 'clients/zstat/zstat.c')
-rw-r--r--clients/zstat/zstat.c2
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)