aboutsummaryrefslogtreecommitdiff
path: root/client/helloworld/main.c
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2022-07-29 11:56:55 -0700
committerTrumeet <yuuta@yuuta.moe>2022-07-29 11:56:55 -0700
commitff769a117046448dec8f09d86dfc661cda0bbc3b (patch)
tree850712959b05d988994cb1d40d85511e10651fd7 /client/helloworld/main.c
parent41d27344c3b489466632bd2f1314fd69ff0a363c (diff)
downloadacron-ff769a117046448dec8f09d86dfc661cda0bbc3b.tar
acron-ff769a117046448dec8f09d86dfc661cda0bbc3b.tar.gz
acron-ff769a117046448dec8f09d86dfc661cda0bbc3b.tar.bz2
acron-ff769a117046448dec8f09d86dfc661cda0bbc3b.zip
build(helloworld): switch to Meson
Diffstat (limited to 'client/helloworld/main.c')
-rw-r--r--client/helloworld/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/helloworld/main.c b/client/helloworld/main.c
index cba7e30..6c46ed0 100644
--- a/client/helloworld/main.c
+++ b/client/helloworld/main.c
@@ -2,7 +2,7 @@
* Created by yuuta on 7/20/22.
*/
-#include "libac.h"
+#include <libac.h>
#include "net.h"
#include <stdio.h>