Skip to content

Commit

Permalink
Merge pull request #308 from deeglaze/expand_undefined_min_macro
Browse files Browse the repository at this point in the history
Include sl_util.h to define MIN in mini_snprintf.h

Signed-off-by: Zhang Lili Z <lili.z.zhang@intel.com>
  • Loading branch information
lzha101 committed Sep 19, 2018
2 parents 58b9fa9 + ebf2179 commit 5a0de59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/inc/internal/mini_snprintf.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
#include <stdarg.h>
#include <limits.h>

#include "sl_util.h"

/*===========================================================================
* Interface
*===========================================================================*/
Expand Down

0 comments on commit 5a0de59

Please sign in to comment.