Skip to content

Commit

Permalink
Update to fix OSX older version build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayank Jha authored and Mayank Jha committed Mar 12, 2024
1 parent 004146a commit 48caa02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions psutil/arch/osx/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
// https://github.com/giampaolo/psutil/blame/efd7ed3/psutil/_psutil_osx.c

#include <Python.h>
#include <sys/socket.h>
#include <sys/sysctl.h>
#include <net/if.h>
#include <net/if_dl.h>
#include <net/route.h>
#include <sys/sysctl.h>
#include <sys/socket.h>


#include "../../_psutil_common.h"

Expand Down

0 comments on commit 48caa02

Please sign in to comment.