2013-09-26 17:14:40 +02:00

14 lines
311 B
Plaintext

$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>