mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 21:39:17 -04:00
Patches are partially based on ISC upstream commit
64fe6bbaf2019f444475dfbf744eb6ea4e619c19 the other
parts are mine.
PR: 232774
Reported by: leeb@ratnaling.org
Approved by: portmgr (blanket)
Obtained from: 64fe6bbaf2
11 lines
193 B
C
11 lines
193 B
C
--- os.c.orig 2015-12-16 00:46:49 UTC
|
|
+++ os.c
|
|
@@ -22,6 +22,8 @@
|
|
|
|
#include <sys/select.h>
|
|
|
|
+#include <isc/boolean.h>
|
|
+#include <isc/int.h>
|
|
#include <isc/result.h>
|
|
#include <isc/types.h>
|
|
|