mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
10 lines
246 B
C++
10 lines
246 B
C++
--- base/unix/src/browser.cpp.orig 2003-09-16 20:34:54.000000000 +0300
|
|
+++ base/unix/src/browser.cpp
|
|
@@ -9,6 +9,7 @@
|
|
#include <unistd.h>
|
|
#include <sys/stat.h>
|
|
#include <string>
|
|
+#include <cstring>
|
|
|
|
using namespace std;
|
|
#include "browser.h"
|