Skip to content

Commit

Permalink
Attempt to solve #642 - Build errors in vm.c on FreeBSD 13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyash-b committed May 29, 2023
1 parent b392241 commit 0383932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <pthread.h>
#include <stdarg.h>
#include <time.h>
#include <string.h>
#include <strings.h>

#ifdef HAVE_POLL_H
#include <sys/poll.h>
Expand Down

0 comments on commit 0383932

Please sign in to comment.