2013-09-26 17:14:40 +02:00

14 lines
309 B
Plaintext

$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>