Skip to content

Commit

Permalink
Update to fix OSX older version build failure (#2379)
Browse files Browse the repository at this point in the history
* Update to fix OSX older version build failure

Signed-off-by: Mayank Jha <[email protected]>
  • Loading branch information
maynk27 authored Mar 15, 2024
1 parent aab8d09 commit 03a0ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions psutil/arch/osx/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
// 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 03a0ecc

Please sign in to comment.