From: Pascal Stumpf Date: Tue, 23 Jul 2013 22:55:59 +0000 (+0200) Subject: include unistd.h for read(2) prototype. Fixes dtdocbook on PowerPC. X-Git-Tag: 2.2.1~39 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1b319ff67df27dfd6339efcf762da0af3d97731e;p=oweals%2Fcde.git include unistd.h for read(2) prototype. Fixes dtdocbook on PowerPC. There are a lot more warnings here, but this one was an actual bug. Full treatment pending ... --- diff --git a/cde/programs/dtdocbook/instant/main.c b/cde/programs/dtdocbook/instant/main.c index 5f067975..7cd0f95a 100644 --- a/cde/programs/dtdocbook/instant/main.c +++ b/cde/programs/dtdocbook/instant/main.c @@ -78,6 +78,7 @@ static char *CopyRt = #include #include #include +#include #include #include "LocaleXlate.h" #include "XlationSvc.h"