aboutsummaryrefslogtreecommitdiff
path: root/tests/common/printf.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common/printf.h')
-rw-r--r--tests/common/printf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/common/printf.h b/tests/common/printf.h
index b6e50e5..e1b3b43 100644
--- a/tests/common/printf.h
+++ b/tests/common/printf.h
@@ -1,8 +1,8 @@
-#ifndef KMI_PRINTF_H
-#define KMI_PRINTF_H
+#ifndef KMI_TESTS__PRINTF_H
+#define KMI_TESTS__PRINTF_H
#include <kmi/attrs.h>
int printf(const char *fmt, ...) __printf;
-#endif /* KMI_PRINTF_H */
+#endif /* KMI_TESTS_PRINTF_H */