fixed compile error

This commit is contained in:
tihmstar 2019-11-03 15:35:55 +01:00
parent c71a4e73dc
commit 792d9498ef

View file

@ -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[] = {