1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/games/xataxx/files/patch-demo.c
Martin Wilke 6e00b2437a - Update MASTER_SITES
- Fix build with clang
- Add MAKE_JOBS_SAFE
- Reformat pkg-descr

PR:		175592
Submitted by:	Ports Fury
2013-02-04 14:26:51 +00:00

9 lines
130 B
C

--- demo.c.orig
+++ demo.c
@@ -1,4 +1,5 @@
#include <stdio.h>
+#include <stdlib.h>
#include <X11/Xlib.h>
#include "struct.h"