diff options
Diffstat (limited to 'tests/virt-time.h')
-rw-r--r-- | tests/virt-time.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/virt-time.h b/tests/virt-time.h index 3bf6d4d2d7..0e7e213c53 100644 --- a/tests/virt-time.h +++ b/tests/virt-time.h @@ -19,8 +19,8 @@ * along with this program. If not, see <https://www.gnu.org/licenses/> */ -#ifndef VIRT_TIME_H -#define VIRT_TIME_H +#ifndef GNUTLS_TESTS_VIRT_TIME_H +#define GNUTLS_TESTS_VIRT_TIME_H #ifdef HAVE_CONFIG_H #include <config.h> @@ -68,4 +68,4 @@ static void mygettime(struct timespec * t) *t = _now_ts; } -#endif +#endif /* GNUTLS_TESTS_VIRT_TIME_H */ |