mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
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 ////////////////////////////////
|