blob: 1a5951306e58873719ebd7a64ea33fb7d8635640 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.10 2007/08/01 16:16:11 joerg Exp $
--- src/qalc.cc.orig 2007-08-01 15:38:35.000000000 +0000
+++ src/qalc.cc
@@ -16,7 +16,7 @@
#include <time.h>
#include <pthread.h>
#include <dirent.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <stdio.h>
#include <vector>
#include <glib.h>
|