forked from Lainports/freebsd-ports
Four of these five patches should have been part of the previous commit but I didn't notice them. The ampasCTL pach is to fix a regression that I introduced by removing part of the post-patch target. Approved by: gcc5 support blanket
9 lines
259 B
C++
9 lines
259 B
C++
--- src/classes/optFileWriter.cc.intermediate 2015-09-20 01:43:24 UTC
|
|
+++ src/classes/optFileWriter.cc
|
|
@@ -1,5 +1,6 @@
|
|
#include "optFileWriter.h"
|
|
#include <cstdlib>
|
|
+#include <cstring>
|
|
|
|
|
|
optFileWriter::optFileWriter(char *what_file, nodes *what_nodes) {
|