wok diff 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 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xpat2/stuff/xpat2.patch Sat Nov 24 11:33:48 2012 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +--- xpat2-1.07-orig/src/loadsave.c Fri Jul 11 19:33:50 2008 1.5 ++++ xpat2-1.07/src/loadsave.c Fri Jul 11 19:35:36 2008 1.6 +@@ -31,6 +31,7 @@ 1.7 + # define NAME_MAX 14 /* every UNIX should have at least this */ 1.8 + #else 1.9 + # include <unistd.h> /* for pathconf() */ 1.10 ++# include <sys/types.h> 1.11 + # include <sys/utsname.h> /* for uname() */ 1.12 + #endif 1.13 +