mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-11 18:33:16 +01:00
Fixed build break in mutex6.c
Build break was introduced as part of changes done for upstream. Signed-off-by: Himanshu Chauhan <hschauhan@nulltrace.org>
This commit is contained in:
@@ -27,14 +27,6 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef STAND_ALONE
|
||||
#include <stddef.h>
|
||||
#else
|
||||
#include <printk.h>
|
||||
#include <atom-types.h>
|
||||
#endif
|
||||
|
||||
|
||||
#include "atom.h"
|
||||
#include "atomtests.h"
|
||||
#include "atommutex.h"
|
||||
|
||||
Reference in New Issue
Block a user