From 82429cd891bb26f2c5b77ff90e3e62eb60434bc6 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 27 Feb 2013 15:02:20 +0100 Subject: Make all "include guards" for all headers consistent --- include/asprintf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/asprintf.h') diff --git a/include/asprintf.h b/include/asprintf.h index 65957e0..ce26aed 100644 --- a/include/asprintf.h +++ b/include/asprintf.h @@ -1,5 +1,5 @@ -#ifndef ASPRINTF_H -#define ASPRINTF_H +#ifndef __ASPRINTF_H +#define __ASPRINTF_H #ifdef HAVE_CONFIG_H #include -- cgit v1.1-32-gdbae