wok-6.x annotate xpat2/stuff/xpat2.patch @ rev 22322
updated yelp-tools and yelp-xsl
author | Hans-G?nter Theisgen |
---|---|
date | Thu Nov 14 17:10:01 2019 +0100 (2019-11-14) |
parents | |
children |
rev | line source |
---|---|
wcnagel@1042 | 1 --- xpat2-1.07-orig/src/loadsave.c Fri Jul 11 19:33:50 2008 |
wcnagel@1042 | 2 +++ xpat2-1.07/src/loadsave.c Fri Jul 11 19:35:36 2008 |
wcnagel@1042 | 3 @@ -31,6 +31,7 @@ |
wcnagel@1042 | 4 # define NAME_MAX 14 /* every UNIX should have at least this */ |
wcnagel@1042 | 5 #else |
wcnagel@1042 | 6 # include <unistd.h> /* for pathconf() */ |
wcnagel@1042 | 7 +# include <sys/types.h> |
wcnagel@1042 | 8 # include <sys/utsname.h> /* for uname() */ |
wcnagel@1042 | 9 #endif |
wcnagel@1042 | 10 |