wok-next annotate xpat2/stuff/xpat2.patch @ rev 7120
Up: slitaz-configs (4.0) with new cooking artwork
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Nov 04 21:29:09 2010 +0100 (2010-11-04) |
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 |