diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-01-25 13:49:01 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-01-25 13:49:01 +0000 |
commit | 3e495b4001889596ac6b148cffd1735343a1333e (patch) | |
tree | 261c29ef0ab2fd66d04a9397227effeab14de2e7 /compat/getopt.c | |
parent | 418ab1a553f46996d3524bab5c81b2c66fa7efc6 (diff) | |
download | rtmux-3e495b4001889596ac6b148cffd1735343a1333e.tar.gz rtmux-3e495b4001889596ac6b148cffd1735343a1333e.tar.bz2 rtmux-3e495b4001889596ac6b148cffd1735343a1333e.zip |
compat/* should not include tmux.h.
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> |