summaryrefslogtreecommitdiff
path: root/math/graphopt/patches/patch-src_classes_psExporter.cc
blob: b824b35ba64c37d9ca8928ab2efdbb0565a80cab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-src_classes_psExporter.cc,v 1.1 2011/11/24 13:53:06 joerg Exp $

--- src/classes/psExporter.cc.orig	2011-11-24 01:08:36.000000000 +0000
+++ src/classes/psExporter.cc
@@ -1,5 +1,6 @@
 #include "psExporter.h"
-
+#include <stdlib.h>
+#include <string.h>
 
 psExporter::psExporter(char *what_file, nodes *what_nodes) {
    filename = strdup(what_file);