Skip to content

Commit

Permalink
Fix compilation on linux.
Browse files Browse the repository at this point in the history
sobomax committed Jul 25, 2024
1 parent 4bccde5 commit 8c1c7ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pertools/udp_contention/udp_contention.c
Original file line number Diff line number Diff line change
@@ -17,6 +17,12 @@
#include <time.h>
#include <unistd.h>

#include "config.h"

#if HAVE_ERR_H
# include <err.h>
#endif

#define UC_MAX_THREADS 64

#if defined(__FreeBSD__)

0 comments on commit 8c1c7ea

Please sign in to comment.