Skip to content

Commit

Permalink
syslog
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Dec 3, 2024
1 parent 9837b7d commit ee007cc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/httpserver_extension.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@
#include "duckdb/common/exception/http_exception.hpp"
#include "duckdb/common/allocator.hpp"
#include <chrono>
#include <thread>
#include <memory>
#include <cstdlib>
#include <syslog.h>

#define CPPHTTPLIB_OPENSSL_SUPPORT
#include "httplib.hpp"

// Include yyjson for JSON handling
#include "yyjson.hpp"

#include <thread>
#include <memory>
#include <cstdlib>
#include "play.h"

using namespace duckdb_yyjson; // NOLINT
Expand Down

0 comments on commit ee007cc

Please sign in to comment.