mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
9db2476b13
Submitted by: des
11 lines
252 B
C++
11 lines
252 B
C++
--- 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>
|