diff options
Diffstat (limited to 'compat/getopt.c')
-rw-r--r-- | compat/getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/getopt.c b/compat/getopt.c index 97f6c7b1..26e0e6d9 100644 --- a/compat/getopt.c +++ b/compat/getopt.c @@ -29,7 +29,7 @@ /* OPENBSD ORIGINAL: lib/libc/stdlib/getopt.c */ -#include "tmux.h" +#include "compat.h" #include <stdio.h> #include <stdlib.h> |