From: Andre Noll Date: Wed, 9 Dec 2009 17:00:56 +0000 (+0100) Subject: osx_write: Make it compile on Snow Leopard. X-Git-Tag: v0.4.1~7^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=4f84d0d39420295236578d27daf0f6c326858924;hp=b764977e54d34650a4529cc05abb4ca7603735f7 osx_write: Make it compile on Snow Leopard. --- diff --git a/osx_write.c b/osx_write.c index aa95d383..c4042889 100644 --- a/osx_write.c +++ b/osx_write.c @@ -13,7 +13,7 @@ #include #include -#include + #include "para.h" #include "fd.h" #include "string.h" @@ -24,10 +24,9 @@ #include "osx_write.cmdline.h" #include "error.h" - -#include +#include #include -#include +#include /** describes one input buffer for the osx writer */ struct osx_buffer {