summaryrefslogtreecommitdiff
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.c b/client.c
index 8970b84..f452b06 100644
--- a/client.c
+++ b/client.c
@@ -1,7 +1,7 @@
#include <stdbool.h>
#include <stdlib.h>
#include "request.h"
-#include "rtclient/client.h"
+#include "rtclient.h"
CURL *curl = NULL;
char *server_url = NULL;