diff options
author | Thomas Adam <thomas@xteddy.org> | 2014-07-24 21:31:07 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2014-08-09 20:31:48 +0100 |
commit | 92997b781a035626bef4e84fbcd7f2282f761a3c (patch) | |
tree | 711027ebb888ed30f3623f634ed05f14d216d6eb /cfg.c | |
parent | a131b82e95df990528371b1d9ca40ee2be264fc8 (diff) | |
download | rtmux-92997b781a035626bef4e84fbcd7f2282f761a3c.tar.gz rtmux-92997b781a035626bef4e84fbcd7f2282f761a3c.tar.bz2 rtmux-92997b781a035626bef4e84fbcd7f2282f761a3c.zip |
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.
Diffstat (limited to 'cfg.c')
-rw-r--r-- | cfg.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -23,7 +23,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <util.h> #include "tmux.h" |