From 27bea41723248232a13d00d9ec340c6ea6603e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Wed, 14 Sep 2022 19:59:37 +0800 Subject: Header inclusion uses brackets instead of quotes because the libshopify header is not in this project. --- web/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/main.c b/web/main.c index 83a50aa..f8d0b82 100644 --- a/web/main.c +++ b/web/main.c @@ -1,7 +1,7 @@ #include #include #include -#include "shopify.h" +#include static enum MHD_Result handle_request(void *cls, struct MHD_Connection *conn, const char *url, const char *method, const char *version, -- cgit v1.2.3