Add missing “assert.h” file header inclusion from “nlr.h”

This commit is contained in:
Emmanuel Blot 2014-06-19 18:47:38 +02:00
parent 2547928148
commit bf3366a48b
1 changed files with 1 additions and 0 deletions

View File

@ -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 {