commit | bf3366a48bca2808ae04ac49e5f5737481d28b57 | [log] [tgz] |
---|---|---|
author | Emmanuel Blot <emmanuel.blot@free.fr> | Thu Jun 19 18:47:38 2014 +0200 |
committer | Emmanuel Blot <emmanuel.blot@free.fr> | Thu Jun 19 18:47:38 2014 +0200 |
tree | f686b5714be185555371251cb4476a4f0f4b6746 | |
parent | 2547928148aefcf163953057979e14f46bef1170 [diff] |
Add missing “assert.h” file header inclusion from “nlr.h”
diff --git a/py/nlr.h b/py/nlr.h index 43a0c4f..83ab251 100644 --- a/py/nlr.h +++ b/py/nlr.h
@@ -29,6 +29,7 @@ #include <limits.h> #include <setjmp.h> +#include <assert.h> typedef struct _nlr_buf_t nlr_buf_t; struct _nlr_buf_t {