From 762edcd57423c213aee012dae545504702f1cdd7 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 14 Nov 2009 22:13:10 -0800 Subject: [PATCH] fixed build on openbsd added missing header file --- xoptions.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/xoptions.c b/xoptions.c index 6c3d8aa..c154030 100644 --- a/xoptions.c +++ b/xoptions.c @@ -45,6 +45,7 @@ extern char *getenv(); #if HAVE_UNISTD_H # include #endif +#include #include #include -- 1.7.0.4