blob: 764a842632ed5d1dde5ff6d15ae64e02d32679eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
Description: add req. #include
Index: b/xbase64/xbase64.cpp
===================================================================
--- a/xbase64/xbase64.cpp
+++ b/xbase64/xbase64.cpp
@@ -66,6 +66,8 @@
#include <dos.h>
#endif
+#include <cerrno>
+
/*! \file xbase64.cpp
*/
Index: b/xbase64/xblock.cpp
===================================================================
--- a/xbase64/xblock.cpp
+++ b/xbase64/xblock.cpp
@@ -65,6 +65,8 @@
//#include <stdio.h>
//#include <stdlib.h>
+#include <cerrno>
+
/*! \file xblock.cpp
*/
#ifdef XB_LOCKING_ON
Index: b/xbase64/xbnode.cpp
===================================================================
--- a/xbase64/xbnode.cpp
+++ b/xbase64/xbnode.cpp
@@ -1,4 +1,4 @@
-#include "xbNode.h"
+#include "xbnode.h"
void xbNodeLink::AddNode(xbNodeLink* node)
{
|