diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-14 19:59:37 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-14 19:59:37 +0800 |
commit | 27bea41723248232a13d00d9ec340c6ea6603e70 (patch) | |
tree | 8f6dd284cb37bc34677146eef05e18be8bbab642 | |
parent | 092ab36bc4c2ecdce80082e51386d01cc2d47305 (diff) |
Header inclusion uses brackets instead of quotes
because the libshopify header is not in this project.
-rw-r--r-- | web/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include "shopify.h" +#include <shopify.h> static enum MHD_Result handle_request(void *cls, struct MHD_Connection *conn, const char *url, const char *method, const char *version, |