summaryrefslogtreecommitdiff
path: root/src/daemon.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon.hpp')
-rw-r--r--src/daemon.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/daemon.hpp b/src/daemon.hpp
index 3bab727..04834ca 100644
--- a/src/daemon.hpp
+++ b/src/daemon.hpp
@@ -30,8 +30,8 @@
* along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _DAEMON_HPP
-#define _DAEMON_HPP
+#ifndef ANYTUN_daemon_hpp_INCLUDED
+#define ANYTUN_daemon_hpp_INCLUDED
#ifndef NO_DAEMON
#include <poll.h>
@@ -163,4 +163,3 @@ void daemonize()
}
#endif
#endif
-