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 ...
This commit is contained in:
Pascal Stumpf
2013-07-24 00:55:59 +02:00
committed by Jon Trulson
parent 79486301d1
commit 1b319ff67d

View File

@@ -78,6 +78,7 @@ static char *CopyRt =
#include <dirent.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
#include <locale.h>
#include "LocaleXlate.h"
#include "XlationSvc.h"