summaryrefslogtreecommitdiff
path: root/psutil/arch/windows/socks.c
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/arch/windows/socks.c')
-rw-r--r--psutil/arch/windows/socks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/psutil/arch/windows/socks.c b/psutil/arch/windows/socks.c
index 5e4c2df8..0dc77f2d 100644
--- a/psutil/arch/windows/socks.c
+++ b/psutil/arch/windows/socks.c
@@ -12,7 +12,7 @@
#include <ws2tcpip.h>
#include "../../_psutil_common.h"
-#include "process_utils.h"
+#include "proc_utils.h"
#define BYTESWAP_USHORT(x) ((((USHORT)(x) << 8) | ((USHORT)(x) >> 8)) & 0xffff)