Fix for when libslirp is indeed present.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
Andrea Odetti 2021-05-17 19:48:33 +01:00
parent 6753e62abd
commit a7e2ca580c

View file

@ -7,7 +7,7 @@
#define U2_USE_SLIRP
#endif
#ifdef U2_SLIRP_FOUND
#ifdef U2_USE_SLIRP
#include <memory>
#include <vector>