wok diff notecase/stuff/notecase-1.9.8_gcc4.u @ rev 25462
ufraw: include exiv2/error.hpp in ufraw_exiv2.cc
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 28 10:52:41 2022 +0000 (2022-09-28) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/notecase/stuff/notecase-1.9.8_gcc4.u Wed Sep 28 10:52:41 2022 +0000 1.3 @@ -0,0 +1,20 @@ 1.4 +--- notecase-1.9.8-ori/src/_unx/ExecuteFile.cpp Fri Oct 24 18:54:50 2008 1.5 ++++ notecase-1.9.8/src/_unx/ExecuteFile.cpp Thu Sep 24 19:00:03 2009 1.6 +@@ -15,6 +15,7 @@ 1.7 + #include <vector> 1.8 + #include <algorithm> 1.9 + #include <string.h> 1.10 ++#include <cstdio> 1.11 + 1.12 + #if defined(HAVE_GNOME_VFS) 1.13 + #include <libgnomevfs/gnome-vfs.h> 1.14 +--- notecase-1.9.8-ori/src/lib/IniFile.cpp Fri Oct 24 18:54:50 2008 1.15 ++++ notecase-1.9.8/src/lib/IniFile.cpp Thu Sep 24 18:50:13 2009 1.16 +@@ -9,6 +9,7 @@ 1.17 + #include "IniFile.h" 1.18 + #include <algorithm> //find() function 1.19 + #include <string> 1.20 ++#include <cstdio> 1.21 + #include "File64.h" 1.22 + #include "FilePath.h" 1.23 + #include "debug.h"