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:
parent
79486301d1
commit
1b319ff67d
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue