summaryrefslogtreecommitdiff
path: root/graphics/tesseract/patches/patch-aa
blob: f25da73a7462a8d28207f3ee4f4d0523184fb25d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aa,v 1.1 2008/05/30 13:06:26 wiz Exp $

--- viewer/svutil.cpp.orig	2008-04-22 00:07:25.000000000 +0000
+++ viewer/svutil.cpp
@@ -31,6 +31,9 @@
 #include <signal.h>
 #include <netdb.h>
 #include <sys/socket.h>
+#ifdef __NetBSD__
+#include <netinet/in.h>
+#endif
 #ifdef __linux__
 #include <sys/prctl.h>
 #endif