Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91373073 authored by Andreas Huber's avatar Andreas Huber
Browse files

Attempt to fix the simulator build by including stdlib.h for NULL.

parent 72012ea6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@ This file contains declarations of internal functions for common encoder/decoder
#ifndef AVCCOMMON_LIB_H_INCLUDED
#define AVCCOMMON_LIB_H_INCLUDED

#include <stdlib.h>

#ifndef AVCINT_COMMON_H_INCLUDED
#include "avcint_common.h"
#endif