From: Andre Noll Date: Fri, 5 Oct 2007 18:20:00 +0000 (+0200) Subject: osx_write.c: Add two missing headers. X-Git-Tag: v0.3.0~304 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=ba30bb8d0bb025c0dad80e5ff47352b4bc130423 osx_write.c: Add two missing headers. --- diff --git a/osx_write.c b/osx_write.c index 2dee9140..8e40dd5b 100644 --- a/osx_write.c +++ b/osx_write.c @@ -11,6 +11,8 @@ * */ +#include +#include #include #include "para.h" #include "fd.h"