From df5f76832ee67d1cbfb1fc47a8d3ec3823f010c5 Mon Sep 17 00:00:00 2001 From: Justin Crawford Date: Sat, 14 Apr 2012 18:03:25 -0700 Subject: Fixes for bug #12 --- include/inspircd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/inspircd.h') diff --git a/include/inspircd.h b/include/inspircd.h index 9568750c2..d17920fd3 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -11,8 +11,8 @@ * --------------------------------------------------- */ -#ifndef __INSPIRCD_H__ -#define __INSPIRCD_H__ +#ifndef INSPIRCD_H +#define INSPIRCD_H #define _FILE_OFFSET_BITS 64 #ifndef _LARGEFILE_SOURCE -- cgit v1.2.3