diff options
Diffstat (limited to 'compat/daemon.c')
-rw-r--r-- | compat/daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/daemon.c b/compat/daemon.c index 3e87874b..678d78ef 100644 --- a/compat/daemon.c +++ b/compat/daemon.c @@ -32,7 +32,7 @@ #include <unistd.h> #include <stdlib.h> -#include "tmux.h" +#include "compat.h" int daemon(int nochdir, int noclose) |