summaryrefslogtreecommitdiff
path: root/clients/zstat
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-04-04 07:26:38 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-04-04 07:26:38 +0000
commit63fb2e5f97d77196fb9c094652e9cd597502e2b9 (patch)
treed2018c6b41ebe323c3a07e6b9b8d4dac9fff3aa1 /clients/zstat
parent067d70faec23afa7a890409790d5a64dfab42160 (diff)
fix include path
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 4f6928c..2fe1edd 100644
--- a/clients/zstat/zstat.c
+++ b/clients/zstat/zstat.c
@@ -12,7 +12,7 @@
*/
#include <zephyr/zephyr.h>
-#include "../server/zserver.h"
+#include "../../server/zserver.h"
#include <sys/param.h>
#include <sys/socket.h>
#include <netdb.h>