Add compat/fparseln() for non-BSD systems

Linux and friends don't natively have fparseln() so add it to compat/ and
ensure autotools can pick it up.
This commit is contained in:
Thomas Adam
2014-07-24 21:31:07 +01:00
parent a131b82e95
commit 92997b781a
4 changed files with 14 additions and 1 deletions

1
cfg.c
View File

@ -23,7 +23,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <util.h>
#include "tmux.h"