includes: fix typo

Origin commit data
------------------
Branch: master
Commit: 8e05b6027e
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-26 (Wed, 26 Dec 2018)

Origin message was:
------------------
- includes: fix typo

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-12-26 15:04:27 +01:00
committed by max_10
parent 21fb6487df
commit 6dc9ea02fb

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>