Browse Source

[BUGFIX] cln/config.h: fix include guard.

master
Alexei Sheplyakov 16 years ago
parent
commit
84586e76e2
  1. 3
      include/cln/config.h.in

3
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/host_cpu.h"
#include "cln/version.h" #include "cln/version.h"

Loading…
Cancel
Save