Skip to content

Commit 2df0289

Browse files
author
deepikabhavnani
committed
Resolve build issue for unittest
Error Resolved here is: SingletonPtr.h:93:13: error: ‘NULL’ was not declared in this scope
1 parent c272377 commit 2df0289

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/SingletonPtr.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#ifndef SINGLETONPTR_H
2424
#define SINGLETONPTR_H
2525

26+
#include <stdlib.h>
2627
#include <stdint.h>
2728
#include <new>
2829
#include "platform/mbed_assert.h"

0 commit comments

Comments
 (0)