Skip to content

Commit

Permalink
fabtests/macos: Fix build error with clang
Browse files Browse the repository at this point in the history
Fixes #9306

Add missing include to osd.h for socket calls.

Signed-off-by: Sean Hefty <[email protected]>
  • Loading branch information
shefty committed Sep 16, 2023
1 parent 04b4feb commit 3c1d811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fabtests/include/unix/osd.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <complex.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/socket.h>

#ifndef SOCKET
#define SOCKET int
Expand Down

0 comments on commit 3c1d811

Please sign in to comment.