summaryrefslogtreecommitdiff
path: root/cad/geda/patches/patch-ac
blob: 6ad03ac85e22e7e92190ac3ff4fdf0193fd99809 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ac,v 1.2 2005/02/03 12:39:22 dmcmahill Exp $

--- src/doc.c.orig	2003-12-11 08:44:17.000000000 +0000
+++ src/doc.c	2005-02-03 12:24:43.000000000 +0000
@@ -20,5 +20,5 @@
 /*******************************************************************************/
 
-#include <malloc.h>
+#include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
@@ -39,4 +39,5 @@
 #include "global.h"
 #include "m_action.h"
+#include "m_project.h"
 #include "msgbox.h"
 #include "project.h"