mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
6cd6aadb3c
It "manages" your windowmanagers by letting you choose from your favorites on starting up X. PR: 15133 Submitted by: Will Andrews <andrews@technologist.com>
12 lines
425 B
Plaintext
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 ////////////////////////////////
|