mirror of
https://codeberg.org/scip/dbtool.git
synced 2025-12-16 19:00:58 +01:00
move to meson&ninja (#1)
This commit is contained in:
6
engine.h
6
engine.h
@@ -58,9 +58,10 @@
|
||||
#include <string>
|
||||
|
||||
extern "C" {
|
||||
#include "platform.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <pcre.h>
|
||||
#include <pcre2.h>
|
||||
}
|
||||
|
||||
#ifdef HAVE_BERKELEY
|
||||
@@ -74,8 +75,7 @@ extern "C" {
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "platform.h"
|
||||
#include DB_CXX_HEADER
|
||||
#include <db_cxx.h>
|
||||
|
||||
#else
|
||||
|
||||
|
||||
Reference in New Issue
Block a user