diff options
Diffstat (limited to 'tests/eagain-common.h')
-rw-r--r-- | tests/eagain-common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/eagain-common.h b/tests/eagain-common.h index 19084050b7..6b168cb684 100644 --- a/tests/eagain-common.h +++ b/tests/eagain-common.h @@ -1,3 +1,6 @@ +#ifndef GNUTLS_TESTS_EAGAIN_COMMON_H +#define GNUTLS_TESTS_EAGAIN_COMMON_H + #include <errno.h> #include <time.h> #include <stdio.h> @@ -361,3 +364,5 @@ inline static int record_send_loop(gnutls_session_t session, return ret; } + +#endif /* GNUTLS_TESTS_EAGAIN_COMMON_H */ |