summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/vsprintf.h (renamed from src/include/vsprintf.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/vsprintf.h b/src/include/gpxe/vsprintf.h
index 313605bb4..ac87c5a8b 100644
--- a/src/include/vsprintf.h
+++ b/src/include/gpxe/vsprintf.h
@@ -1,5 +1,5 @@
-#ifndef VSPRINTF_H
-#define VSPRINTF_H
+#ifndef _GPXE_VSPRINTF_H
+#define _GPXE_VSPRINTF_H
/** @file
*
@@ -64,4 +64,4 @@ struct printf_context {
extern size_t vcprintf ( struct printf_context *ctx, const char *fmt,
va_list args );
-#endif /* VSPRINTF_H */
+#endif /* _GPXE_VSPRINTF_H */