freebsd-ports/x11/xrootconsole/files/patch-main.c
Ying-Chieh Liao 5661618df9 add xrootconsole 0.5
Writes any log live onto the background

PR:		40513
Submitted by:	"incabulos@mac.com &" <root@muddy.ath.cx>
2002-07-15 10:24:23 +00:00

11 lines
244 B
C

--- main.c.orig Mon Jul 1 14:24:02 2002
+++ main.c Mon Jul 15 18:14:14 2002
@@ -40,6 +40,7 @@
#include "util.h"
#include <X11/Xlib.h>
#include <X11/Xutil.h>
+#include <X11/Xos.h>
#include <assert.h>
#include <errno.h>
#include <stdio.h>