wok annotate xpat2/stuff/xpat2.patch @ rev 13667
ccid: add RSA_SecurID_getpasswd & Kobil_mIDentity_switch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 24 11:33:48 2012 +0100 (2012-11-24) |
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 |