From 0b8a6c6443d30f9026f50ec60893946e3ee8c05f Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Mon, 19 Mar 2012 21:43:29 +0000 Subject: [PATCH] * Fix compiling on FreeBSD. (Thanks Douglas Carmichael) --- minidlnatypes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/minidlnatypes.h b/minidlnatypes.h index 0574514..89592df 100644 --- a/minidlnatypes.h +++ b/minidlnatypes.h @@ -31,6 +31,8 @@ #include "config.h" #include +#include +#include /* structure for storing lan addresses * with ascii representation and mask */