Browse Source

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

pull/707/head
Emmanuel Blot 11 years ago
parent
commit
bf3366a48b
  1. 1
      py/nlr.h

1
py/nlr.h

@ -29,6 +29,7 @@
#include <limits.h> #include <limits.h>
#include <setjmp.h> #include <setjmp.h>
#include <assert.h>
typedef struct _nlr_buf_t nlr_buf_t; typedef struct _nlr_buf_t nlr_buf_t;
struct _nlr_buf_t { struct _nlr_buf_t {

Loading…
Cancel
Save