Unbroke on recent -current: we now need <arpa/inet.h> to get proto for
ntohl(3).
This commit is contained in:
parent
45cbc36f1d
commit
6ee210658b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55897
1 changed files with 13 additions and 0 deletions
13
emulators/bochs/files/patch-iodev::cdrom.cc
Normal file
13
emulators/bochs/files/patch-iodev::cdrom.cc
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- iodev/cdrom.cc 2002/03/11 23:15:19 1.1
|
||||
+++ iodev/cdrom.cc 2002/03/11 23:15:57
|
||||
@@ -37,6 +37,7 @@
|
||||
#define LOG_THIS /* no SMF tricks here, not needed */
|
||||
|
||||
extern "C" {
|
||||
+#include <arpa/inet.h>
|
||||
#include <errno.h>
|
||||
}
|
||||
|
Loading…
Reference in a new issue