cs_api.h: fix define of different macro

__CS_API_H__ is used as header guard-, build was broken
This commit is contained in:
2018-12-26 22:22:11 +01:00
parent 038d2288cc
commit d72d198740

View File

@@ -2,7 +2,7 @@
as "cs_api.h" so that I don't need too many ifdefs in the code */
#ifndef __CS_API_H__
#define __CS_API_H_
#define __CS_API_H__
#include "init.h"
#include <config.h>