freebsd-ports/graphics/vcg/files/patch-af
Jeffrey Hsu 3df7b21931 vcg - a visualization tool for compiler graphs
Submitted by:	Philippe Charnier <charnier@lirmm.fr>
1995-02-19 09:25:45 +00:00

11 lines
223 B
Text

--- 1.1 1995/02/18 17:44:23
+++ src/main.c 1995/02/18 17:44:52
@@ -147,7 +147,7 @@
#ifdef X11
-#include <X11/Xos.h>
+/*#include <X11/Xos.h>*/
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/cursorfont.h>