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