1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00

Disable including dev/wi/if_wavelan_ieee.h as it has ben removed from FreeBSD source code in head

It looks like the code actually using this include is already included in an #if 0 block and disabled, so I'm disabling this include unconditionally.
This commit is contained in:
Guido Falsi 2021-01-09 16:00:59 +01:00 committed by Brenden Matthews
parent 4b9ca4d791
commit 389d24b4e0

View File

@ -49,7 +49,9 @@
#include <unistd.h>
#include <dev/acpica/acpiio.h>
#if 0
#include <dev/wi/if_wavelan_ieee.h>
#endif
#include <mutex>