From: Andre Noll Date: Fri, 16 Oct 2009 13:34:19 +0000 (+0200) Subject: Fix compilation on MacOS. X-Git-Tag: v0.4.0~10 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;ds=sidebyside;h=6bf0d514bbfd8f247791a48d6759511a08da3f5c;p=paraslash.git Fix compilation on MacOS. osx_write.c needs to include regex.h. --- 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"