wok annotate notecase/stuff/notecase-1.9.8_gcc4.u @ rev 23737

updated workerfm (2.19.6 -> 4.1.0)
author Hans-G?nter Theisgen
date Fri May 01 10:15:49 2020 +0100 (2020-05-01)
parents
children
rev   line source
erjo@4241 1 --- notecase-1.9.8-ori/src/_unx/ExecuteFile.cpp Fri Oct 24 18:54:50 2008
erjo@4241 2 +++ notecase-1.9.8/src/_unx/ExecuteFile.cpp Thu Sep 24 19:00:03 2009
erjo@4241 3 @@ -15,6 +15,7 @@
erjo@4241 4 #include <vector>
erjo@4241 5 #include <algorithm>
erjo@4241 6 #include <string.h>
erjo@4241 7 +#include <cstdio>
erjo@4241 8
erjo@4241 9 #if defined(HAVE_GNOME_VFS)
erjo@4241 10 #include <libgnomevfs/gnome-vfs.h>
erjo@4241 11 --- notecase-1.9.8-ori/src/lib/IniFile.cpp Fri Oct 24 18:54:50 2008
erjo@4241 12 +++ notecase-1.9.8/src/lib/IniFile.cpp Thu Sep 24 18:50:13 2009
erjo@4241 13 @@ -9,6 +9,7 @@
erjo@4241 14 #include "IniFile.h"
erjo@4241 15 #include <algorithm> //find() function
erjo@4241 16 #include <string>
erjo@4241 17 +#include <cstdio>
erjo@4241 18 #include "File64.h"
erjo@4241 19 #include "FilePath.h"
erjo@4241 20 #include "debug.h"