1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

Fix build under 5.0

Submitted by:	des
This commit is contained in:
Mark Pulford 2003-02-04 13:47:16 +00:00
parent 3b22d494d4
commit 9db2476b13
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74672

View File

@ -0,0 +1,10 @@
--- src/object.cc.orig Wed Feb 5 00:17:43 2003
+++ src/object.cc Wed Feb 5 00:17:59 2003
@@ -14,6 +14,7 @@
extern "C" {
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <math.h>
#include <X11/Xlib.h>
#include <X11/keysym.h>