diff options
Diffstat (limited to 'base/sync_socket.h')
-rw-r--r-- | base/sync_socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/sync_socket.h b/base/sync_socket.h index a44c445..1408b47 100644 --- a/base/sync_socket.h +++ b/base/sync_socket.h @@ -4,6 +4,7 @@ #ifndef BASE_SYNC_SOCKET_H_ #define BASE_SYNC_SOCKET_H_ +#pragma once // A socket abstraction used for sending and receiving plain // data. Because they are blocking, they can be used to perform |