summaryrefslogtreecommitdiff
path: root/math/gcalctool/patches/patch-aa
blob: bb50f78670b9c34cec1f98336f5502497b29e155 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.5 2004/05/11 15:11:30 danw Exp $

--- gcalctool/calctool.c.orig	Tue May 11 11:02:10 2004
+++ gcalctool/calctool.c
@@ -21,7 +21,7 @@
 
 #include <stdio.h>
 #include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include <sys/types.h>
 #include "calctool.h"
 #include <gdk/gdkkeysyms.h>