Unbroke on recent -current: we now need <arpa/inet.h> to get proto for

ntohl(3).
This commit is contained in:
Maxim Sobolev 2002-03-11 23:21:06 +00:00
parent 45cbc36f1d
commit 6ee210658b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55897

View 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>
}