13 lines
359 B
Text
13 lines
359 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2002/03/25 11:24:29 drochner Exp $
|
|
|
|
--- cddb.c.orig Wed Jun 6 00:47:58 2001
|
|
+++ cddb.c Sat Mar 23 20:13:05 2002
|
|
@@ -45,7 +45,7 @@
|
|
#include <stdlib.h>
|
|
#include <sys/socket.h>
|
|
#include <sys/types.h>
|
|
-#ifndef __FreeBSD__
|
|
+#if !defined(__FreeBSD__) && !defined(__NetBSD__)
|
|
# include <arpa/inet.h>
|
|
#else
|
|
# include <netinet/in.h>
|