aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/win32-low.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver/win32-low.h')
-rw-r--r--gdb/gdbserver/win32-low.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/gdbserver/win32-low.h b/gdb/gdbserver/win32-low.h
index 9f8cf0c..815c1b0 100644
--- a/gdb/gdbserver/win32-low.h
+++ b/gdb/gdbserver/win32-low.h
@@ -16,6 +16,9 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#ifndef GDBSERVER_WIN32_LOW_H
+#define GDBSERVER_WIN32_LOW_H
+
#include <windows.h>
struct target_desc;
@@ -115,3 +118,5 @@ extern char * strwinerror (DWORD error);
/* in wincecompat.c */
extern void to_back_slashes (char *);
+
+#endif /* GDBSERVER_WIN32_LOW_H */