ports/net/minbif/patches/patch-src_irc_dcc_cpp

12 lines
216 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/irc/dcc.cpp
--- src/irc/dcc.cpp.orig
+++ src/irc/dcc.cpp
@@ -23,6 +23,7 @@
#include <string.h>
#include <sys/types.h>
#include <netinet/in.h>
+#include <unistd.h>
#include "dcc.h"
#include "nick.h"