1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/math/ised/files/patch-src_ised.cpp
John Marino a54b024526 Add <cstring> and/or <cstdlib> to 7 ports to support modern gcc
Approved by:	gcc5 support blanket
2015-09-20 18:24:44 +00:00

11 lines
167 B
C++

--- src/ised.cpp.orig 2012-09-01 16:10:10 UTC
+++ src/ised.cpp
@@ -16,6 +16,7 @@
**/
#include <cstdio>
+#include <cstring>
#include "vm.h"
#include <unistd.h>