mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 06:19:19 -04:00
10 lines
261 B
C++
10 lines
261 B
C++
--- lib/misc/server.cc.orig Mon Feb 2 14:37:29 2004
|
|
+++ lib/misc/server.cc Mon Feb 2 14:37:47 2004
|
|
@@ -17,6 +17,7 @@
|
|
#include <config.h>
|
|
#include "server.h"
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include <unistd.h>
|
|
#include "un.h"
|
|
#include "debug.h"
|