1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-15 15:53:55 +00:00

updated to support kvm on freebsd

This commit is contained in:
Bryan Roe
2019-06-20 22:04:17 -07:00
parent 0c9707a3fc
commit 95b02cadf1
2 changed files with 7 additions and 2 deletions

View File

@@ -29,7 +29,10 @@ limitations under the License.
#include <sys/stat.h>
#include <sys/timeb.h>
#include <unistd.h>
#include <linux/stat.h>
#ifndef _FREEBSD
#include <linux/stat.h>
#endif
#include "linux_tile.h"
#include "linux_events.h"