diff options
author | Damien George <damien.p.george@gmail.com> | 2016-10-07 14:05:15 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-10-07 14:05:15 +1100 |
commit | 503089ea9d6b358f1a06ad1f164561b7cf11c742 (patch) | |
tree | c206ac1372a24d5f6da17e0d33cc30c9c7df0c93 /unix/moduselect.c | |
parent | 23a568240d9fb216c5f2ca9feeb3134725c9eea0 (diff) |
unix: Use mp_raise_OSError helper function.
Diffstat (limited to 'unix/moduselect.c')
-rw-r--r-- | unix/moduselect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/moduselect.c b/unix/moduselect.c index ae603b36a..4a6973c0d 100644 --- a/unix/moduselect.c +++ b/unix/moduselect.c @@ -33,7 +33,7 @@ #include <errno.h> #include <poll.h> -#include "py/nlr.h" +#include "py/runtime.h" #include "py/obj.h" #include "py/objlist.h" #include "py/objtuple.h" |