mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
adb0fd3a7e
- Update MASTER_SITES - Add LICENSE - Add DESKTOP_ENTRIES - Support staging PR: ports/184825 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
12 lines
234 B
C++
12 lines
234 B
C++
--- team-framework/io/unixrtbconnection.cpp.orig
|
|
+++ team-framework/io/unixrtbconnection.cpp
|
|
@@ -33,6 +33,8 @@
|
|
#include <iostream>
|
|
#include <sstream>
|
|
#include <ios>
|
|
+#include <sys/types.h>
|
|
+#include <unistd.h>
|
|
|
|
/**
|
|
* Namespace
|