Fix the include guard
This commit is contained in:
parent
03edf63c31
commit
f4cf398962
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
|
||||
#ifndef __SLOT2_H__
|
||||
#define __SLOT_H__
|
||||
#define __SLOT2_H__
|
||||
|
||||
#include "common.h"
|
||||
#include "types.h"
|
||||
|
|
Loading…
Reference in New Issue