freebsd-ports/devel/xc3sprog/files/patch-utilities.cpp
Kurt Jaeger c3704a5e7b devel/xc3sprog: change to USES=cmake
PR:		188055
Submitted by:	makc, bapt
2014-08-03 19:37:20 +00:00

10 lines
262 B
C++

--- ./utilities.cpp.orig 2014-08-03 12:33:22.000000000 +0200
+++ ./utilities.cpp 2014-08-03 12:33:32.000000000 +0200
@@ -5,6 +5,7 @@
#include <stdio.h>
#include <string.h>
#include <strings.h>
+#include <unistd.h>
#include <memory>
#include "ioparport.h"