diff options
Diffstat (limited to 'compat/strtonum.c')
-rw-r--r-- | compat/strtonum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/strtonum.c b/compat/strtonum.c index 4c7b0c9f..25a58615 100644 --- a/compat/strtonum.c +++ b/compat/strtonum.c @@ -21,7 +21,7 @@ #include <limits.h> #include <stdlib.h> -#include "tmux.h" +#include "compat.h" #define INVALID 1 #define TOOSMALL 2 |