aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/psutil/py3/patches/01-arcadia.patch
blob: 6a0b3aff1dff7808b12cddeca03d521f8548606a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- contrib/python/psutil/py3/psutil/arch/windows/disk.c	(index)
+++ contrib/python/psutil/py3/psutil/arch/windows/disk.c	(working tree)
@@ -7,6 +7,7 @@
 #include <Python.h>
 #include <windows.h>
 #include <tchar.h>
+#include <winioctl.h>
 
 #include "../../_psutil_common.h"