summaryrefslogtreecommitdiff
path: root/stmhal/moduselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/moduselect.c')
-rw-r--r--stmhal/moduselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/moduselect.c b/stmhal/moduselect.c
index 0d76953c6..97e2f4417 100644
--- a/stmhal/moduselect.c
+++ b/stmhal/moduselect.c
@@ -26,12 +26,12 @@
#include <stdio.h>
+#include "py/ioctl.h"
#include "py/runtime.h"
#include "py/obj.h"
#include "py/objlist.h"
#include "py/mperrno.h"
#include "py/mphal.h"
-#include "pybioctl.h"
// Flags for poll()
#define FLAG_ONESHOT (1)