aboutsummaryrefslogtreecommitdiffstats
path: root/lib/allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/allocator.h')
-rw-r--r--lib/allocator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/allocator.h b/lib/allocator.h
index a89ba32b09b..953117da83f 100644
--- a/lib/allocator.h
+++ b/lib/allocator.h
@@ -18,6 +18,7 @@
18/* Written by Paul Eggert. */ 18/* Written by Paul Eggert. */
19 19
20#ifndef _GL_ALLOCATOR_H 20#ifndef _GL_ALLOCATOR_H
21#define _GL_ALLOCATOR_H
21 22
22#include <stddef.h> 23#include <stddef.h>
23 24
@@ -53,4 +54,4 @@ struct allocator
53/* An allocator using the stdlib functions and a null DIE function. */ 54/* An allocator using the stdlib functions and a null DIE function. */
54extern struct allocator const stdlib_allocator; 55extern struct allocator const stdlib_allocator;
55 56
56#endif 57#endif /* _GL_ALLOCATOR_H */