From e86f52c7073e3ce983c5e7e93286eb9a73fd8ba8 Mon Sep 17 00:00:00 2001 From: Evan Lojewski Date: Sat, 7 Nov 2020 17:57:34 -0700 Subject: build: Enable builds under FreeBSD (#164) This fixes build related issues when attempting to compile firmware and tools under FreeBSD. Note: Host tools have not been ported for raw register access. Note: The Linux specific ethtool APIs are not available under FreeBSD, and so -t eth is not supported under FreeBSD. --- simulator/HAL.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'simulator') diff --git a/simulator/HAL.cpp b/simulator/HAL.cpp index 5f59681..9c0f29a 100644 --- a/simulator/HAL.cpp +++ b/simulator/HAL.cpp @@ -55,7 +55,6 @@ #include #include -#include #include #include #include -- cgit v1.2.1