diff options
author | Tom Tromey <tromey@redhat.com> | 2010-03-30 18:08:04 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-03-30 18:08:04 +0000 |
commit | 98e5a990dd8e097a646be504f3517cfeb4759603 (patch) | |
tree | 433b991739a02f6c5ee9a103a558589164e9c2af /gdb/serial.h | |
parent | 88f14853f8f1ac3a0461ab2ae2aec030aea0a159 (diff) | |
download | gdb-98e5a990dd8e097a646be504f3517cfeb4759603.zip gdb-98e5a990dd8e097a646be504f3517cfeb4759603.tar.gz gdb-98e5a990dd8e097a646be504f3517cfeb4759603.tar.bz2 |
2010-03-30 Ozkan Sezer <sezeroz@gmail.com>
* serial.h: Include winsock2.h before windows.h.
Diffstat (limited to 'gdb/serial.h')
-rw-r--r-- | gdb/serial.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/serial.h b/gdb/serial.h index 334a996..ecb3577 100644 --- a/gdb/serial.h +++ b/gdb/serial.h @@ -21,6 +21,7 @@ #define SERIAL_H #ifdef USE_WIN32API +#include <winsock2.h> #include <windows.h> #endif |