MFH: r560876

Fix conky build on head after commit a21def4d568f which removed the
wi driver.

The code actually depending on this include is already disabled by
#if 0, so there is no functional change.
This commit is contained in:
Guido Falsi 2021-01-09 16:44:27 +00:00
parent b461edeb75
commit 20b93088b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=560878

View File

@ -0,0 +1,12 @@
--- src/freebsd.cc.orig 2020-07-27 12:01:52 UTC
+++ src/freebsd.cc
@@ -49,7 +49,9 @@
#include <unistd.h>
#include <dev/acpica/acpiio.h>
+#if 0
#include <dev/wi/if_wavelan_ieee.h>
+#endif
#include <mutex>