ports/graphics/grx/files/patch-src__vdrivers__vd_xwin.c
Alejandro Pulver ed21386c5e GRX is a 2D graphics library originaly written by Csaba Biegl for DJ Delorie's
DOS port of the GCC compiler.

Now it support DOS (using the DJGPP v2 compiler), Linux console, X11 and Win32
(using the Mingw compiler).

WWW: http://grx.gnu.de/
2006-07-03 00:33:34 +00:00

10 lines
230 B
C

--- ./src/vdrivers/vd_xwin.c.orig Wed Apr 2 16:36:46 2003
+++ ./src/vdrivers/vd_xwin.c Sat Jul 1 16:06:12 2006
@@ -18,6 +18,7 @@
**
**/
+#define _UNISTD_H_
#include "libgrx.h"
#include "libxwin.h"
#include "grdriver.h"