diff options
Diffstat (limited to 'compat/fgetln.c')
-rw-r--r-- | compat/fgetln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/fgetln.c b/compat/fgetln.c index 0ad6378a..c71918cb 100644 --- a/compat/fgetln.c +++ b/compat/fgetln.c @@ -22,7 +22,7 @@ #include <stdlib.h> #include <errno.h> -#include "tmux.h" +#include "compat.h" char * fgetln(FILE *fp, size_t *len) |