freebsd-ports/sysutils/ua/files/patch-ua.cc
Chris Rees 0ffc96fc15 Fix build with modern c++
Finish staging ;)
2014-04-01 18:02:30 +00:00

10 lines
206 B
C++

--- ./ua.cc.orig 2014-03-31 20:20:23.870845476 +0100
+++ ./ua.cc 2014-03-31 20:21:00.021844495 +0100
@@ -57,6 +57,7 @@
extern "C" {
#include <stdio.h>
+#include <unistd.h>
}
static char __help[] =