summaryrefslogtreecommitdiff
path: root/clients/zstat
diff options
context:
space:
mode:
authorGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-11-14 13:32:06 +0000
committerGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-11-14 13:32:06 +0000
commit127cd3754630202d9cf30cf5b0f56bb20c03ac71 (patch)
tree0faa9e5d5ce607acedb31f23826e73a6c69a48c4 /clients/zstat
parentd55b95db6666269807ed6f2a1d46ec1a72446a91 (diff)
Changed to use local copy of zserver.h.
Diffstat (limited to 'clients/zstat')
-rw-r--r--clients/zstat/zstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/zstat/zstat.c b/clients/zstat/zstat.c
index 2fe1edd..c78436a 100644
--- a/clients/zstat/zstat.c
+++ b/clients/zstat/zstat.c
@@ -12,12 +12,12 @@
*/
#include <zephyr/zephyr.h>
-#include "../../server/zserver.h"
#include <sys/param.h>
#include <sys/socket.h>
#include <netdb.h>
#include <stdio.h>
#include <string.h>
+#include "zserver.h"
#ifndef lint
#ifndef SABER