From 18ce6fa97033a8f8a9a50750adbd1ce45401cd61 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 9 Apr 2011 18:18:18 +0200 Subject: [PATCH] allocator, careadlinkat: Fix double-inclusion guard. * lib/allocator.h: Fix double-inclusion guard. * lib/careadlinkat.h: Likewise. --- ChangeLog | 6 ++++++ lib/allocator.h | 3 ++- lib/careadlinkat.h | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3aba07467f..9edd796afa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-04-09 Bruno Haible + + allocator, careadlinkat: Fix double-inclusion guard. + * lib/allocator.h: Fix double-inclusion guard. + * lib/careadlinkat.h: Likewise. + 2011-04-09 Bruno Haible relocatable-prog-wrapper: Update after module 'areadlink' changed. diff --git a/lib/allocator.h b/lib/allocator.h index a89ba32b09..953117da83 100644 --- a/lib/allocator.h +++ b/lib/allocator.h @@ -18,6 +18,7 @@ /* Written by Paul Eggert. */ #ifndef _GL_ALLOCATOR_H +#define _GL_ALLOCATOR_H #include @@ -53,4 +54,4 @@ struct allocator /* An allocator using the stdlib functions and a null DIE function. */ extern struct allocator const stdlib_allocator; -#endif +#endif /* _GL_ALLOCATOR_H */ diff --git a/lib/careadlinkat.h b/lib/careadlinkat.h index c5e4bcfc15..be8670f2c9 100644 --- a/lib/careadlinkat.h +++ b/lib/careadlinkat.h @@ -18,6 +18,7 @@ /* Written by Paul Eggert, Bruno Haible, and Jim Meyering. */ #ifndef _GL_CAREADLINKAT_H +#define _GL_CAREADLINKAT_H #include #include -- 2.30.2