summaryrefslogtreecommitdiff
path: root/clients/zstat
diff options
context:
space:
mode:
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