add missing include (gcc 4.9)
This commit is contained in:
parent
819e5155d9
commit
54e3a5e3d0
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2018/10/28 08:07:36 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2018/11/18 17:06:52 naddy Exp $
|
||||
|
||||
COMMENT = Open Fingerprint Architecture library
|
||||
|
||||
DISTNAME = libofa-0.9.3
|
||||
REVISION = 10
|
||||
REVISION = 11
|
||||
CATEGORIES = audio devel
|
||||
SHARED_LIBS += ofa 0.0
|
||||
|
||||
|
@ -1,7 +1,13 @@
|
||||
$OpenBSD: patch-examples_protocol_cpp,v 1.1 2011/07/05 08:18:29 jasper Exp $
|
||||
--- examples/protocol.cpp.orig Tue Jul 5 09:15:33 2011
|
||||
+++ examples/protocol.cpp Tue Jul 5 09:15:38 2011
|
||||
@@ -12,7 +12,6 @@
|
||||
$OpenBSD: patch-examples_protocol_cpp,v 1.2 2018/11/18 17:06:52 naddy Exp $
|
||||
Index: examples/protocol.cpp
|
||||
--- examples/protocol.cpp.orig
|
||||
+++ examples/protocol.cpp
|
||||
@@ -8,11 +8,11 @@
|
||||
-------------------------------------------------------------------*/
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
+#include <string.h>
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include <expat.h>
|
||||
#include <curl/curl.h>
|
||||
|
Loading…
Reference in New Issue
Block a user