diff options
Diffstat (limited to 'anytun.cpp')
-rw-r--r-- | anytun.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ #include <iostream> #include <poll.h> #include <gcrypt.h> -#include <errno.h> +#include <cerrno> #include "datatypes.h" |