Skip to content

Commit

Permalink
An attempt to fix FreeBSD build
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Aug 30, 2023
1 parent 0dbb794 commit 4b504ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ir_gdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
#include <unistd.h>
#include <fcntl.h>

#ifdef __FreeBSD__
# include <sys/types.h>
# include <libutil.h>
#endif

#include "ir.h"
#include "ir_private.h"
#include "ir_elf.h"
Expand Down

0 comments on commit 4b504ab

Please sign in to comment.