1
0
Fork 0
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:
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"