pkgsrc/math/graphopt/patches/patch-src_classes_dotImporter.cc
2011-11-24 13:53:06 +00:00

11 lines
319 B
C++

$NetBSD: patch-src_classes_dotImporter.cc,v 1.1 2011/11/24 13:53:06 joerg Exp $
--- src/classes/dotImporter.cc.orig 2011-11-24 01:07:22.000000000 +0000
+++ src/classes/dotImporter.cc
@@ -1,5 +1,6 @@
#include "dotImporter.h"
#include <string.h>
+#include <stdlib.h>
#include <gtk/gtk.h>
#include "../interface.h"