ports/net/libusipp/files/patch-ipcomp.cc
Sunpoet Po-Chuan Hsieh 6562b094e9 Fix build on powerpc
PR:		237049
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2019-04-05 22:45:52 +00:00

10 lines
248 B
C++

--- 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"