1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/x11-wm/epiwm/files/patch-modules__logoepiwm__logoEPIwm.c
Martin Wilke b57e7139d4 - Fix build with gcc4
- Support USE_BDB

PR:		114078
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-06-29 08:32:36 +00:00

11 lines
275 B
C

--- modules/logoepiwm/logoEPIwm.c.orig Sat Feb 3 08:53:20 2001
+++ modules/logoepiwm/logoEPIwm.c Sun Jun 24 01:06:40 2007
@@ -1,6 +1,7 @@
/* This is logoEPIwm */
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>