From: Peter Åstrand Date: Tue, 9 Dec 2008 10:34:59 +0000 (+0000) Subject: MinGW tweak: Accctrl.h is really named accctrl.h. X-Git-Tag: v0.0.90~338 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9af6d54a7cb1da45ef588add495ad26900d873b0;p=tigervnc.git MinGW tweak: Accctrl.h is really named accctrl.h. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3328 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- diff --git a/win/rfb_win32/Security.cxx b/win/rfb_win32/Security.cxx index 985f00cb..b8887a98 100644 --- a/win/rfb_win32/Security.cxx +++ b/win/rfb_win32/Security.cxx @@ -23,7 +23,7 @@ #include #include -#include +#include #include using namespace rfb;