summaryrefslogtreecommitdiff
path: root/daemon.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2009-11-23 16:00:41 (GMT)
committerChristian Pointner <equinox@helsinki.at>2009-11-23 16:00:41 (GMT)
commit0b61ff077bdd3ccee0b5bf0233c337abc817732d (patch)
tree9ee4428029f647d9086e2940661ca43fa80e84f5 /daemon.h
parentb5346e7b724c79087b9a0a8e3e02e31e13f6c258 (diff)
fixed typo at include guards
Diffstat (limited to 'daemon.h')
-rw-r--r--daemon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon.h b/daemon.h
index 599ecec..22e0ac0 100644
--- a/daemon.h
+++ b/daemon.h
@@ -33,8 +33,8 @@
* along with uAnytun. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef UANYUTN_daemon_h_INCLUDED
-#define UANYUTN_daemon_h_INCLUDED
+#ifndef UANYTUN_daemon_h_INCLUDED
+#define UANYTUN_daemon_h_INCLUDED
#include <poll.h>
#include <fcntl.h>