mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
3927b01845
PR: 13394 Submitted by: maintainer
13 lines
246 B
Plaintext
13 lines
246 B
Plaintext
--- src/ysocket.h.orig Thu Aug 26 20:45:05 1999
|
|
+++ src/ysocket.h Thu Aug 26 20:45:58 1999
|
|
@@ -1,6 +1,9 @@
|
|
#ifndef YSOCKET_H_
|
|
#define YSOCKET_H_
|
|
|
|
+#ifdef __FreeBSD__
|
|
+#include <db.h>
|
|
+#endif
|
|
#include <netinet/in.h>
|
|
|
|
class YSocketListener {
|