From 348b4b9bab0cd0f87860441218658802e8aba410 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 13 May 2010 16:24:35 -0400 Subject: Make pcap headers private MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source3/printing/load.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/printing/load.c') diff --git a/source3/printing/load.c b/source3/printing/load.c index fc21f271bd..d440a22ee5 100644 --- a/source3/printing/load.c +++ b/source3/printing/load.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "pcap.h" /*************************************************************************** -- cgit