From f256eda0f284f727ab2553934d19fdc94f401fa5 Mon Sep 17 00:00:00 2001 From: Przemyslaw Pawelczyk Date: Sat, 9 Jan 2016 00:44:16 +0100 Subject: metaentry.c: Include only on non-BSD platforms. --- src/metaentry.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/metaentry.c') diff --git a/src/metaentry.c b/src/metaentry.c index f3ba692..fdb7f71 100644 --- a/src/metaentry.c +++ b/src/metaentry.c @@ -32,9 +32,13 @@ #include #include #include -#include #include +#include +#ifndef BSD +# include +#endif + #include "metastore.h" #include "metaentry.h" #include "utils.h" -- cgit v1.2.1