summaryrefslogtreecommitdiff
path: root/psutil/arch/windows/process_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/arch/windows/process_info.h')
-rw-r--r--psutil/arch/windows/process_info.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/psutil/arch/windows/process_info.h b/psutil/arch/windows/process_info.h
index 26190427..b7795451 100644
--- a/psutil/arch/windows/process_info.h
+++ b/psutil/arch/windows/process_info.h
@@ -5,6 +5,9 @@
*/
#include <Python.h>
+#include <windows.h>
+
+#include "ntextapi.h"
#define PSUTIL_FIRST_PROCESS(Processes) ( \
(PSYSTEM_PROCESS_INFORMATION)(Processes))