opnsense-ports/math/grpn/files/patch-lcd.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
312 B
C

--- lcd.c.orig 2002-04-04 05:46:11.000000000 +0200
+++ lcd.c 2013-11-05 16:42:40.000000000 +0100
@@ -20,6 +20,8 @@ Foundation, Inc., 59 Temple Place - Suit
/* 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>