forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
206 B
C++
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[] =
|