From 6bf0d514bbfd8f247791a48d6759511a08da3f5c Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 16 Oct 2009 15:34:19 +0200 Subject: [PATCH] Fix compilation on MacOS. osx_write.c needs to include regex.h. --- osx_write.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osx_write.c b/osx_write.c index aa95d383..bc11e61a 100644 --- a/osx_write.c +++ b/osx_write.c @@ -11,9 +11,11 @@ * */ +#include #include #include #include + #include "para.h" #include "fd.h" #include "string.h" -- 2.39.2