diff options
Diffstat (limited to 'rtclient/client.h')
-rw-r--r-- | rtclient/client.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rtclient/client.h b/rtclient/client.h index 5ffcce3..b132564 100644 --- a/rtclient/client.h +++ b/rtclient/client.h @@ -1,5 +1,5 @@ -#ifndef RTCLIENT_H -#define RTCLIENT_H +#ifndef RTCLIENT_CLIENT_H +#define RTCLIENT_CLIENT_H #include "user.h" #include "ticket.h" @@ -16,4 +16,4 @@ extern "C" { } #endif -#endif // RTCLIENT_H +#endif // RTCLIENT_CLIENT_H |