mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ca78734759
PR: ports/18484 Submitted by: Yoichi ASAI <yatt@msc.biglobe.ne.jp>
13 lines
250 B
Plaintext
13 lines
250 B
Plaintext
--- src/ysocket.h.orig Tue Nov 23 01:37:11 1999
|
|
+++ src/ysocket.h Wed Nov 24 15:56:28 1999
|
|
@@ -2,6 +2,9 @@
|
|
#define YSOCKET_H_
|
|
|
|
#include <sys/types.h>
|
|
+#ifdef __FreeBSD__
|
|
+#include <db.h>
|
|
+#endif
|
|
#include <netinet/in.h>
|
|
|
|
class YSocketListener {
|