1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/sysutils/ua/files/patch-kua.cc
Chris Rees 0ffc96fc15 Fix build with modern c++
Finish staging ;)
2014-04-01 18:02:30 +00:00

11 lines
208 B
C++

--- ./kua.cc.orig 2014-03-31 20:20:29.908846067 +0100
+++ ./kua.cc 2014-03-31 20:20:48.178847931 +0100
@@ -49,6 +49,7 @@
extern "C" {
#include <stdio.h>
+#include <unistd.h>
}
static char __help[] =