mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 22:18:20 +00:00
actually make sqlite work again (tests passed because the writer
was not actually defined because of the define.)
This commit is contained in:
parent
2b8c2f2316
commit
6c99df508c
10 changed files with 179 additions and 98 deletions
|
@ -6,15 +6,13 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef USE_SQLITE
|
||||
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#include "../ReaderBackend.h"
|
||||
#include "../../threading/AsciiFormatter.h"
|
||||
|
||||
#include "../external/sqlite3.h"
|
||||
#include "../../external/sqlite3.h"
|
||||
|
||||
|
||||
namespace input { namespace reader {
|
||||
|
@ -57,7 +55,5 @@ private:
|
|||
}
|
||||
}
|
||||
|
||||
#endif /* USE_SQLITE */
|
||||
|
||||
#endif /* INPUT_READERS_POSTGRES_H */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue