wok-6.x annotate xpat2/stuff/xpat2.patch @ rev 12810
readline: ARM want it :-) so we can cross compile bash
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 20 03:01:49 2012 +0200 (2012-05-20) |
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 |