diff options
Diffstat (limited to 'gdb/nlm/aio.h')
-rw-r--r-- | gdb/nlm/aio.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/nlm/aio.h b/gdb/nlm/aio.h index 37bc28f..7b007db 100644 --- a/gdb/nlm/aio.h +++ b/gdb/nlm/aio.h @@ -1,3 +1,5 @@ +#ifndef _AIO_H_ +#define _AIO_H_ /*----------------------------------------------------------------------------* * * @@ -634,3 +636,4 @@ extern int AIOWriteStatus ( int portHandle, WORD *state ); +#endif /* _AIO_H_ */ |