mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
531a10b09a
UDS (Useful Development Stuff) Collection
13 lines
289 B
C++
13 lines
289 B
C++
--- uds/procstream.cc.orig Tue Feb 27 13:50:01 2001
|
|
+++ uds/procstream.cc Tue Feb 27 13:50:08 2001
|
|
@@ -22,8 +22,8 @@
|
|
|
|
// includes
|
|
|
|
-#include <sys/socket.h>
|
|
#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
#include <sys/wait.h>
|
|
#include <uds/procstream.hh>
|
|
#include <uds/sys_util.hh>
|