a819ff5bf7
While here, import several dports patches to add missing headers for c++.
10 lines
270 B
C++
10 lines
270 B
C++
--- base/src/prefixprefs.cpp.orig 2003-09-16 20:34:54.000000000 +0300
|
|
+++ base/src/prefixprefs.cpp
|
|
@@ -24,6 +24,7 @@ ________________________________________
|
|
|
|
#include <stdlib.h>
|
|
#include <string>
|
|
+#include <cstring>
|
|
using namespace std;
|
|
#include "prefixprefs.h"
|
|
|