Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5257ade commit 2364542Copy full SHA for 2364542
1 file changed
Parser/tokenizer/file_tokenizer.c
@@ -1,13 +1,13 @@
1
-#ifdef HAVE_UNISTD_H
2
-# include <unistd.h> // read()
3
-#endif
4
-
5
#include "Python.h"
6
#include "pycore_call.h"
7
#include "pycore_import.h"
8
#include "pycore_fileutils.h"
9
#include "errcode.h"
10
+#ifdef HAVE_UNISTD_H
+# include <unistd.h> // lseek(), read()
+#endif
+
11
#include "helpers.h"
12
#include "../lexer/state.h"
13
#include "../lexer/lexer.h"
0 commit comments