From 7750efa40b8dcef319473176ea0fd3c8afb7d765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 10 May 2007 15:01:42 +0000 Subject: Well gag me with a spoon... I'm so used to working at high WARNS levels that I make stupid fundamental mistakes like this when I don't. --- libutil/flopen.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libutil/flopen.c') diff --git a/libutil/flopen.c b/libutil/flopen.c index 1eb59a0..687ebac 100644 --- a/libutil/flopen.c +++ b/libutil/flopen.c @@ -28,11 +28,15 @@ #include __FBSDID("$FreeBSD$"); +#include #include #include #include #include +#include + +#include int flopen(const char *path, int flags, ...) -- cgit v1.2.3