From c72164a599875e586b126c88a39308643ea90906 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 6 Feb 2010 11:55:38 +0000 Subject: [PATCH] Compilation fix for FreeBSD --- src/who.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/who.c b/src/who.c index d07c723..c6ae04b 100644 --- a/src/who.c +++ b/src/who.c @@ -19,7 +19,9 @@ #include #include #include -#include +#ifndef __FreeBSD__ +# include +#endif /* types */