summaryrefslogtreecommitdiff
path: root/src/daemon.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-11-23 15:58:24 +0000
committerChristian Pointner <equinox@anytun.org>2009-11-23 15:58:24 +0000
commit5b9b5570ff118f8ec13032a49ec1b834b8a50f65 (patch)
treec7ba681601e86c58991b287843ac39b377e58d6e /src/daemon.h
parentupdated changelog (diff)
fixed typo at include guards
Diffstat (limited to 'src/daemon.h')
-rw-r--r--src/daemon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon.h b/src/daemon.h
index 599ecec..22e0ac0 100644
--- a/src/daemon.h
+++ b/src/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>