mirror of
https://github.com/tihmstar/futurerestore.git
synced 2024-12-22 17:35:29 +00:00
fixed compile error
This commit is contained in:
parent
c71a4e73dc
commit
792d9498ef
|
@ -13,9 +13,6 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "futurerestore.hpp"
|
#include "futurerestore.hpp"
|
||||||
#ifdef HAVE_LIBIPATCHER
|
|
||||||
#include <libipatcher/libipatcher.hpp>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
extern "C"{
|
extern "C"{
|
||||||
#include "tsschecker.h"
|
#include "tsschecker.h"
|
||||||
|
@ -24,6 +21,9 @@ extern "C"{
|
||||||
};
|
};
|
||||||
|
|
||||||
#include <libgeneral/macros.h>
|
#include <libgeneral/macros.h>
|
||||||
|
#ifdef HAVE_LIBIPATCHER
|
||||||
|
#include <libipatcher/libipatcher.hpp>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
static struct option longopts[] = {
|
static struct option longopts[] = {
|
||||||
|
|
Loading…
Reference in a new issue