pkgsrc/math/grpn/patches/patch-ak
dmcmahill ca2dbd1735 Add db10 and db20 functions to compute decibels. While here
add a bunch of missing headers (string.h, stdlib.h) for alpha.

Bump rev to 1.1.0nb1
2002-04-02 02:01:23 +00:00

12 lines
262 B
Text

$NetBSD: patch-ak,v 1.1 2002/04/02 02:01:25 dmcmahill Exp $
--- mode.c.orig Wed May 26 11:50:33 1999
+++ mode.c
@@ -20,6 +20,7 @@
/* setup mode.c by Paul Wilkins 2/8/98 */
#include <stdio.h>
+#include <string.h>
#include <gtk/gtk.h>
#include "mode.h"