Skip to content

Commit

Permalink
fix: update sql_internal.c include path in sql.c
Browse files Browse the repository at this point in the history
Co-Authored-By: Matt Wong <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and liquidaty committed Dec 20, 2024
1 parent a574b42 commit 537f2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ static char is_select_sql(const char *s) {
return found_from; // Must have FROM clause
}

#include "../../app/sql_internal.c"
#include "../sql_internal.c"

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

0 comments on commit 537f2ec

Please sign in to comment.