blob: 6edccd98dbab37a8fc1307ee2a2bead3b2da3cde (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$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"
|