blob: be34074283f4e7fb2a08092074d665466c1ec830 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
diff -Naurp notecase-1.9.8-orig/src/lib/IniFile.cpp notecase-1.9.8/src/lib/IniFile.cpp
--- notecase-1.9.8-orig/src/lib/IniFile.cpp 2008-10-24 12:54:50.000000000 -0600
+++ notecase-1.9.8/src/lib/IniFile.cpp 2009-07-27 13:04:34.519339275 -0600
@@ -9,6 +9,7 @@
#include "IniFile.h"
#include <algorithm> //find() function
#include <string>
+#include <cstdio>
#include "File64.h"
#include "FilePath.h"
#include "debug.h"
diff -Naurp notecase-1.9.8-orig/src/_unx/ExecuteFile.cpp notecase-1.9.8/src/_unx/ExecuteFile.cpp
--- notecase-1.9.8-orig/src/_unx/ExecuteFile.cpp 2008-10-24 12:54:50.000000000 -0600
+++ notecase-1.9.8/src/_unx/ExecuteFile.cpp 2009-07-27 13:07:56.101813217 -0600
@@ -12,6 +12,7 @@
#include "../lib/debug.h"
#include <string>
#include <cstring>
+#include <cstdio>
#include <vector>
#include <algorithm>
#include <string.h>
|