summaryrefslogtreecommitdiffstats
path: root/contrib/python/psutil/py3/patches/01-arcadia.patch
blob: b050ab5beeae35152358342d2d6bd67747a9951c (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 "../../arch/all/init.h"