Skip to content

Commit 49d01f3

Browse files
committed
kernel: add missing include
This syncs the cs_main definition/declaration. Noticed when experimenting with the external visibility of cs_main.
1 parent 80f4979 commit 49d01f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/kernel/cs_main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

5+
#include <kernel/cs_main.h>
56
#include <sync.h>
67

78
RecursiveMutex cs_main;

0 commit comments

Comments
 (0)