summaryrefslogtreecommitdiff
path: root/anytun.cpp
diff options
context:
space:
mode:
authorErwin Nindl <nine@wirdorange.org>2007-12-11 13:55:42 +0000
committerErwin Nindl <nine@wirdorange.org>2007-12-11 13:55:42 +0000
commitf7a58531724dc877163fb561471497eeab67ea8a (patch)
tree2bdfc9502b1f3abd169107a51a799a2f531f5696 /anytun.cpp
parentadded pretty buffer print (diff)
changed from errno.h to cerrno
Diffstat (limited to 'anytun.cpp')
-rw-r--r--anytun.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/anytun.cpp b/anytun.cpp
index 8a94dc4..a2d5653 100644
--- a/anytun.cpp
+++ b/anytun.cpp
@@ -31,7 +31,7 @@
#include <iostream>
#include <poll.h>
#include <gcrypt.h>
-#include <errno.h>
+#include <cerrno>
#include "datatypes.h"