mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
- Remove leading article from COMMENT - Convert to new LIB_DEPENDS format - Support staging While I'm here use option helpers where possible. PR: ports/184816 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
12 lines
219 B
C++
12 lines
219 B
C++
--- src/server_poll/inetd.cpp.orig
|
|
+++ src/server_poll/inetd.cpp
|
|
@@ -17,7 +17,8 @@
|
|
*/
|
|
|
|
#include <cassert>
|
|
-#include <glib/gmain.h>
|
|
+#include <unistd.h>
|
|
+#include <glib.h>
|
|
|
|
#include "inetd.h"
|
|
#include "irc/irc.h"
|