Skip to content

Commit

Permalink
fix: add missing string.h include to resolve implicit function declar…
Browse files Browse the repository at this point in the history
…ation

Co-Authored-By: Matt Wong <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and liquidaty committed Dec 20, 2024
1 parent 2d4d5c3 commit 58bb194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/utils/overwrite.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <zsv/utils/overwrite.h>
#include <zsv/utils/cache.h>
#include <zsv/utils/file.h>
#include <zsv/utils/string.h>

#define zsv_overwrite_sqlite3_prefix "sqlite3://"
#define zsv_overwrite_sql_prefix "sql="
Expand Down

0 comments on commit 58bb194

Please sign in to comment.