13 lines
334 B
C++
13 lines
334 B
C++
$NetBSD: patch-src_common_OW__PosixFile.cpp,v 1.1 2011/11/24 13:40:05 joerg Exp $
|
|
|
|
--- src/common/OW_PosixFile.cpp.orig 2011-11-24 02:53:14.000000000 +0000
|
|
+++ src/common/OW_PosixFile.cpp
|
|
@@ -36,6 +36,7 @@
|
|
#include "OW_config.h"
|
|
#include "OW_File.hpp"
|
|
|
|
+#include <string.h>
|
|
#ifdef OW_WIN32
|
|
#include <io.h>
|
|
#include <stdlib.h>
|