Skip to content

Commit

Permalink
fix: update sql_internal.h include path in cli.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 80040bc commit 7266bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#endif
#include "sheet/procedure.h"
#include "sheet/key-bindings.h"
#include "sql_internal.h"
#include "utils/sql_internal.h"

struct cli_config {
struct zsv_ext *extensions;
Expand Down

0 comments on commit 7266bec

Please sign in to comment.