mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
309 B
Plaintext
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>
|