mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
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"
|
|
|