From 34f3cb90f8d2ec52a3b4b9f710eeaac68ed29699 Mon Sep 17 00:00:00 2001 From: Eduardo Beloni Date: Thu, 6 Oct 2011 10:53:49 -0300 Subject: [PATCH] rdpdr_types: [fix] add include svc_plugin --- channels/rdpdr/rdpdr_types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/channels/rdpdr/rdpdr_types.h b/channels/rdpdr/rdpdr_types.h index 4419edb49..a87dad289 100644 --- a/channels/rdpdr/rdpdr_types.h +++ b/channels/rdpdr/rdpdr_types.h @@ -24,6 +24,7 @@ #include "config.h" #include #include +#include typedef struct _DEVICE DEVICE; typedef struct _IRP IRP;