summaryrefslogtreecommitdiff
path: root/x11/xflame/patches/patch-ab
blob: 3a146d8030d95820b799ac0f49ff412d402173ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1 2008/03/06 05:58:29 obache Exp $

--- xflame.c.orig	1998-12-16 07:28:03.000000000 +0000
+++ xflame.c
@@ -29,6 +29,8 @@
 /* INCLUDES! */
 #include <stdio.h>
 #include <unistd.h>
+#include <stdlib.h>
+#include <string.h>
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>
 #include <time.h>