missing prototypes
This commit is contained in:
parent
a378c8f2a1
commit
cb79f58294
11
comms/owx/patches/patch-src_file_cc
Normal file
11
comms/owx/patches/patch-src_file_cc
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-src_file_cc,v 1.1 2017/04/29 06:54:29 espie Exp $
|
||||
--- src/file.cc.orig Thu Apr 20 01:19:05 2017
|
||||
+++ src/file.cc Thu Apr 20 01:19:26 2017
|
||||
@@ -5,6 +5,7 @@
|
||||
#include "throw.h"
|
||||
#include "intl.h"
|
||||
#include "file.h"
|
||||
+#include <unistd.h>
|
||||
|
||||
CFileBase::CFileBase(): m_fp(NULL)
|
||||
{
|
11
comms/owx/patches/patch-src_throw_cc
Normal file
11
comms/owx/patches/patch-src_throw_cc
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-src_throw_cc,v 1.1 2017/04/29 06:54:29 espie Exp $
|
||||
--- src/throw.cc.orig Thu Apr 20 01:17:50 2017
|
||||
+++ src/throw.cc Thu Apr 20 01:18:04 2017
|
||||
@@ -10,6 +10,7 @@
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
#include <cerrno>
|
||||
+#include <string>
|
||||
#include "throw.h"
|
||||
#include "intl.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user