From bf3366a48bca2808ae04ac49e5f5737481d28b57 Mon Sep 17 00:00:00 2001 From: Emmanuel Blot Date: Thu, 19 Jun 2014 18:47:38 +0200 Subject: Add missing “assert.h” file header inclusion from “nlr.h” MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/nlr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'py') diff --git a/py/nlr.h b/py/nlr.h index 43a0c4f6a..83ab25134 100644 --- a/py/nlr.h +++ b/py/nlr.h @@ -29,6 +29,7 @@ #include #include +#include typedef struct _nlr_buf_t nlr_buf_t; struct _nlr_buf_t { -- cgit v1.2.3