summaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-14 08:56:40 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-14 08:56:40 +0800
commita7a7bebcecbcd22da76920cd0e46c455ec8b5bc9 (patch)
tree3eadc67c8f4dcef7d5d6602be299e55e949bd833 /test.c
parentf36fd455104fcaa083fd1ea2186e65ec0350f208 (diff)
Isolate headers to a directory
Prepare for header system installation
Diffstat (limited to 'test.c')
-rw-r--r--test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.c b/test.c
index 529da25..6dd385c 100644
--- a/test.c
+++ b/test.c
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "rtclient.h"
+#include "rtclient/rtclient.h"
int main(void)
{