Wrap shared windows-nat code in windows_nat namespace
[deliverable/binutils-gdb.git] / gdbserver / win32-arm-low.cc
index c50c5dfdbf2b7016d3374d7839ec0320b1cb497a..78b7fd09ec3266466f4701df4ef03fc5c9cff0e3 100644 (file)
@@ -18,6 +18,8 @@
 #include "server.h"
 #include "win32-low.h"
 
+using namespace windows_nat;
+
 #ifndef CONTEXT_FLOATING_POINT
 #define CONTEXT_FLOATING_POINT 0
 #endif
This page took 0.02347 seconds and 4 git commands to generate.