From 6ca4d727c4cb7215b059166682e762c8294deafb Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 1 May 2009 23:25:31 +0200 Subject: Attempt to the build on NetBSD5 and a few others --- lib/tsocket/tsocket_internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/tsocket/tsocket_internal.h b/lib/tsocket/tsocket_internal.h index 55bbe9f4cb..eba064cea5 100644 --- a/lib/tsocket/tsocket_internal.h +++ b/lib/tsocket/tsocket_internal.h @@ -24,6 +24,9 @@ #ifndef _TSOCKET_INTERNAL_H #define _TSOCKET_INTERNAL_H +#include +#include + struct tsocket_address_ops { const char *name; -- cgit