From: Alexei Sheplyakov Date: Sun, 21 Sep 2008 13:37:21 +0000 (+0400) Subject: [BUGFIX] cln/config.h: fix include guard. X-Git-Tag: cln_1-3-0~15 X-Git-Url: https://www.ginac.de/CLN/cln.git//cln.git?a=commitdiff_plain;h=84586e76e2bbd9bcc2fd2b14b1f1612d0c02e863;p=cln.git [BUGFIX] cln/config.h: fix include guard. --- diff --git a/include/cln/config.h.in b/include/cln/config.h.in index f1c7c3d..511d534 100644 --- a/include/cln/config.h.in +++ b/include/cln/config.h.in @@ -1,4 +1,5 @@ -#ifdef _CL_CONFIG_PUBLIC_H +#ifndef _CL_CONFIG_PUBLIC_H +#define _CL_CONFIG_PUBLIC_H #include "cln/host_cpu.h" #include "cln/version.h"