mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
6ee210658b
ntohl(3).
14 lines
233 B
C++
14 lines
233 B
C++
|
|
$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>
|
|
}
|
|
|