mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue