Fix execute library include compatibility

dev v0.3
marcelb 10 months ago
parent a66b2f18f6
commit 670719ad8b
  1. 2
      lib/ipban.hpp
  2. 2
      test/compile.sh

@ -12,7 +12,7 @@
#include <time.h> #include <time.h>
#include <unistd.h> #include <unistd.h>
#include "../exec/lib/exec.hpp" #include "../../exec/lib/exec.hpp"
using namespace std; using namespace std;

@ -1 +1 @@
g++ test.cpp ../src/*.cpp ../exec/src/*.cpp -o test g++ test.cpp ../src/*.cpp ../../exec/src/*.cpp -o test
Loading…
Cancel
Save