mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 16:50:29 -04:00
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/
10 lines
230 B
C
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"
|