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

pull/707/head
Emmanuel Blot 2014-06-19 18:47:38 +02:00
rodzic 2547928148
commit bf3366a48b
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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