mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
10 lines
223 B
C++
10 lines
223 B
C++
--- main.cpp.orig 2014-08-06 10:11:00.000000000 -0400
|
|
+++ main.cpp 2014-08-06 10:11:12.000000000 -0400
|
|
@@ -30,6 +30,7 @@
|
|
#include <stdlib.h>
|
|
#include <errno.h>
|
|
#include <syslog.h>
|
|
+#include <unistd.h>
|
|
|
|
void usage()
|
|
{
|