]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Add missing <fcntl.h> includes
authorSzabolcs Nagy <nsz@port70.net>
Sun, 27 Mar 2016 10:37:09 +0000 (12:37 +0200)
committerGuillem Jover <guillem@hadrons.org>
Sun, 27 Mar 2016 10:42:34 +0000 (12:42 +0200)
commitcbfe0ebca92ee6dd68fa3a6c02021c10bffed7ac
tree2d9b604c5fe67bd494b362ff996312136d12dc93
parentf3b566bd7c56cddcc5df909828eac48e74805bcb
Add missing <fcntl.h> includes

These are required due to the O_* macro usage, but have passed
undetected on glibc-based systems due to implicit inclusions.

Signed-off-by: Guillem Jover <guillem@hadrons.org>
src/flopen.c
src/nlist.c