Skip to content

Commit

Permalink
Converter: Explicitly include sys/socket.h for BSD systems
Browse files Browse the repository at this point in the history
  • Loading branch information
sedmicha authored and Lukas955 committed Aug 5, 2024
1 parent cde0734 commit 8c967b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/converters/converters.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
#include <stdio.h> // snprintf
#include <inttypes.h> // PRIi64, PRIu32,...
#include <math.h> // isnormal
#include <sys/socket.h> // AF_INET, inet_ntop, ...
#include "branchlut2.h"

int
Expand Down

0 comments on commit 8c967b2

Please sign in to comment.