mirror of
https://abf.rosa.ru/djam/megafuse.git
synced 2025-02-23 16:52:46 +00:00
19 lines
483 B
Diff
19 lines
483 B
Diff
*** src/MegaFuse.cpp 2015-01-17 19:46:29.000000000 +0300
|
|
--- src/MegaFuse.cpp.new 2016-05-28 01:34:39.000000000 +0300
|
|
***************
|
|
*** 12,18 ****
|
|
#include <termios.h>
|
|
#include "megaposix.h"
|
|
|
|
! #include <db_cxx.h>
|
|
#include "megabdb.h"
|
|
#include "MegaFuse.h"
|
|
MegaFuse::MegaFuse():running(true)
|
|
--- 12,18 ----
|
|
#include <termios.h>
|
|
#include "megaposix.h"
|
|
|
|
! #include <db52/db_cxx.h>
|
|
#include "megabdb.h"
|
|
#include "MegaFuse.h"
|
|
MegaFuse::MegaFuse():running(true)
|