giampaolo / psutil

Cross-platform lib for process and system monitoring in Python
BSD 3-Clause "New" or "Revised" License
10.08k stars 1.37k forks source link

Update to fix OSX older version build failure #2379

Closed maynk27 closed 3 months ago

maynk27 commented 3 months ago

Summary

Description

This is a common problem, caused by <net/if.h> on OS X versions earlier than 10.9 not including <sys/socket.h>. Updated the order to fix it. Fixes #2365

giampaolo commented 3 months ago

Can you please update HISTORY and CREDITS files?