Skip to content

Commit b8ca943

Browse files
Fix include path and formatting in header file.
1 parent 7aa42a8 commit b8ca943

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SystemLib/openkernel_systemlib_desc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef OPENKERNEL_SYSTEMLIB_DESC_H
22
#define OPENKERNEL_SYSTEMLIB_DESC_H
33

4-
#include "Std/types.h"
4+
#include <OpenKernel/SystemLib/Std/types.h>
55

66
#define OPENKERNEL_SYSTEMLIB_PKG_NAME "OpenKernel System Libraries"
77
#define OPENKERNEL_SYSTEMLIB_PKG_VER "1.0"
@@ -15,4 +15,4 @@ typedef struct {
1515
uint8_t module_krnl_ver;
1616
} openkernel_systemlib_module_information;
1717

18-
#endif
18+
#endif

0 commit comments

Comments
 (0)