Skip to content

Commit ebf2179

Browse files
committed
Include sl_util.h to define MIN in mini_snprintf.h
Signed-off-by: Dionna Glaze <dionnaglaze@google.com>
1 parent 58b9fa9 commit ebf2179

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/inc/internal/mini_snprintf.h

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
#include <stdarg.h>
5353
#include <limits.h>
5454

55+
#include "sl_util.h"
56+
5557
/*===========================================================================
5658
* Interface
5759
*===========================================================================*/

0 commit comments

Comments
 (0)