mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
cs_api.h: fix define of different macro
__CS_API_H__ is used as header guard-, build was broken
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user