From ba6253a26a9ae21b5a65e8d9ece6bddbdd521b97 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Fri, 20 Aug 2010 16:40:22 +0200 Subject: Fixed include guards. --- httpd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httpd.h') diff --git a/httpd.h b/httpd.h index 73b2c2f..35cd391 100644 --- a/httpd.h +++ b/httpd.h @@ -1,5 +1,5 @@ -#ifndef _HTTPD_H_ -#define _HTTPD_H_ +#ifndef HTTPD_H +#define HTTPD_H #include -- cgit v1.2.3