pkgsrc/math/grpn/patches/patch-ai
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

13 lines
285 B
Text

$NetBSD: patch-ai,v 1.1 2002/04/02 02:01:24 dmcmahill Exp $
--- lcd.c.orig Mon May 31 19:43:37 1999
+++ lcd.c
@@ -20,6 +20,8 @@
/* lcd.c by Paul Wilkins 3/22/97 */
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>