diff options
author | Erwin Nindl <nine@wirdorange.org> | 2007-12-11 13:55:42 +0000 |
---|---|---|
committer | Erwin Nindl <nine@wirdorange.org> | 2007-12-11 13:55:42 +0000 |
commit | f7a58531724dc877163fb561471497eeab67ea8a (patch) | |
tree | 2bdfc9502b1f3abd169107a51a799a2f531f5696 | |
parent | added pretty buffer print (diff) |
changed from errno.h to cerrno
-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" |