1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

Fix build on powerpc

PR:		237049
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-04-05 22:45:52 +00:00
parent 269cdd69f7
commit 6562b094e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498033

View File

@ -0,0 +1,10 @@
--- ipcomp.cc.orig 2017-10-05 11:20:24 UTC
+++ ipcomp.cc
@@ -18,6 +18,7 @@
* along with libusi++. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <cstring>
#include "usi++/usi++.h"
#include "usi++/ipcomp.h"
#include "usi++/RX.h"