Skip to content

Commit 537f2ec

Browse files
fix: update sql_internal.c include path in sql.c
Co-Authored-By: Matt Wong <[email protected]>
1 parent a574b42 commit 537f2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/utils/sql.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ static char is_select_sql(const char *s) {
170170
return found_from; // Must have FROM clause
171171
}
172172

173-
#include "../../app/sql_internal.c"
173+
#include "../sql_internal.c"
174174

175175
int ZSV_MAIN_FUNC(ZSV_COMMAND)(int argc, const char *argv[], struct zsv_opts *opts,
176176
struct zsv_prop_handler *custom_prop_handler) {

0 commit comments

Comments
 (0)