1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/x11-wm/wmanager/files/patch-ab
Chris Piazza 6cd6aadb3c WManager is a windowmanager manager.
It "manages" your windowmanagers by letting you choose from your
favorites on starting up X.

PR:		15133
Submitted by:	Will Andrews <andrews@technologist.com>
1999-12-06 00:50:06 +00:00

12 lines
425 B
Plaintext

--- src/WManager.cc Wed Sep 29 13:23:17 1999
+++ src/WManager.cc.new Fri Nov 19 23:07:25 1999
@@ -9,6 +9,8 @@
#include <fstream> // file streams
#include <cstring> // only for 'strtok'
#include <pwd.h> // for home directory
+#include <unistd.h>
+#include <sys/types.h>
// PROJECT INCLUDES ////////////////////////////////