Skip to content

Commit

Permalink
fix: update SQLite header includes in sql.c to match working pattern
Browse files Browse the repository at this point in the history
Co-Authored-By: Matt Wong <matt@liquidaty.com>
  • Loading branch information
devin-ai-integration[bot] and liquidaty committed Dec 20, 2024
1 parent 62763d2 commit e05b9e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/utils/sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
#include "external/sqlite3/sqlite3.h"
#include "external/sqlite3/sqlite3_csv_vtab-mem.h"
#include "sqlite3.h"
#include "sqlite3_csv_vtab-mem.h"

#define ZSV_COMMAND sql
#include "zsv_command.h"
Expand Down

0 comments on commit e05b9e0

Please sign in to comment.