diff options
Diffstat (limited to 'src/lib/process/daemon.h')
-rw-r--r-- | src/lib/process/daemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/process/daemon.h b/src/lib/process/daemon.h index 20920e0aae..423c498837 100644 --- a/src/lib/process/daemon.h +++ b/src/lib/process/daemon.h @@ -18,4 +18,4 @@ int finish_daemon(const char *desired_cwd); bool start_daemon_has_been_called(void); -#endif +#endif /* !defined(TOR_DAEMON_H) */ |