build: ensure correct xapian.h is found

This commit is contained in:
Dirk-Jan C. Binnema
2021-11-03 22:13:49 +02:00
parent ec01399d56
commit 1c851315ca
2 changed files with 2 additions and 4 deletions

View File

@ -31,8 +31,6 @@
#include <chrono>
using namespace std::chrono_literals;
#include <xapian.h>
#include "mu-scanner.hh"
#include "utils/mu-async-queue.hh"
#include "utils/mu-error.hh"
@ -62,7 +60,7 @@ struct IndexState {
state_ = new_state;
}
private:
private:
State state_{Idle};
};