1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/graphics/urt/files/patch-get__getx11__getx11.h
Marcelo Araujo 94e79576fb - Fix build with clang.
- Add MAKE_JOBS_SAFE.
- Trim header.
- Convert to optionsNG.

PR:		ports/172717
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-01-21 03:31:56 +00:00

13 lines
295 B
C

--- get/getx11/getx11.h.orig 1994-05-14 10:09:37.000000000 +0900
+++ get/getx11/getx11.h 2012-10-15 22:14:16.000000000 +0900
@@ -27,6 +27,9 @@
*/
#include <stdio.h>
+#include <string.h>
+#include <sys/types.h>
+#include <unistd.h>
#include <math.h>
#include <ctype.h>
#include <X11/X.h>