aboutsummaryrefslogtreecommitdiffstats
path: root/src/stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stack.h')
-rw-r--r--src/stack.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/stack.h b/src/stack.h
index 5040ace5..d118430a 100644
--- a/src/stack.h
+++ b/src/stack.h
@@ -1,8 +1,8 @@
-// Copyright 2011-2020 David Robillard <d@drobilla.net>
+// Copyright 2011-2023 David Robillard <d@drobilla.net>
// SPDX-License-Identifier: ISC
-#ifndef SERD_STACK_H
-#define SERD_STACK_H
+#ifndef SERD_SRC_STACK_H
+#define SERD_SRC_STACK_H
#include <assert.h>
#include <stdbool.h>
@@ -103,4 +103,4 @@ serd_stack_pop_aligned(SerdStack* stack, size_t n_bytes)
serd_stack_pop(stack, pad + 1U);
}
-#endif // SERD_STACK_H
+#endif // SERD_SRC_STACK_H