diff options
Diffstat (limited to 'compat/strlcpy.c')
-rw-r--r-- | compat/strlcpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/strlcpy.c b/compat/strlcpy.c index d6e8e77c..46a22240 100644 --- a/compat/strlcpy.c +++ b/compat/strlcpy.c @@ -19,7 +19,7 @@ #include <sys/types.h> #include <string.h> -#include "tmux.h" +#include "compat.h" /* * Copy src to string dst of size siz. At most siz-1 characters |