mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
13 lines
475 B
Plaintext
13 lines
475 B
Plaintext
$NetBSD: patch-aa,v 1.1 2007/07/31 12:02:45 joerg Exp $
|
|
|
|
--- krecipes/src/dialogs/similarcategoriesdialog.cpp.orig 2007-07-31 11:27:49.000000000 +0000
|
|
+++ krecipes/src/dialogs/similarcategoriesdialog.cpp
|
|
@@ -156,7 +156,6 @@ void SimilarCategoriesDialog::languageCh
|
|
/*****************************************************/
|
|
|
|
#include <stdlib.h>
|
|
-#include <malloc.h>
|
|
#include <string.h>
|
|
int levenshtein_distance(const char *s,const char*t);
|
|
int minimum(int a,int b,int c);
|