summaryrefslogtreecommitdiff
path: root/tests/virt-time.h
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-04-28 12:22:59 +0200
committerTim Rühsen <tim.ruehsen@gmx.de>2019-05-07 21:10:46 +0200
commitfeab28d68df8aadda62b7964c23537d32a52ee54 (patch)
treeacb4308de87c0aaf9c33776dd755945b78bf21b5 /tests/virt-time.h
parent3cfc33248efc2414e7ee25260da02bb6fe9c20ea (diff)
downloadgnutls-feab28d68df8aadda62b7964c23537d32a52ee54.tar.gz
Add or clean header guards in tests/
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'tests/virt-time.h')
-rw-r--r--tests/virt-time.h6
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 */