]> git.saurik.com Git - wxWidgets.git/commitdiff
Missing header.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 10 Nov 2006 11:31:58 +0000 (11:31 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 10 Nov 2006 11:31:58 +0000 (11:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/streams/largefile.cpp

index 8a11a3bf82792eeec5dce447832f4f7cf9ad8984..1366ae6091bbbea9683ab4d36bf1184c9e374850 100644 (file)
@@ -36,7 +36,8 @@
 #include "wx/wfstream.h"
 
 #ifdef __WXMSW__
-#include "winioctl.h"
+#include "wx/msw/wrapwin.h"
+#include <winioctl.h>
 #endif
 
 using std::auto_ptr;