mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 18:45:10 +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:
parent
4b9ca4d791
commit
389d24b4e0
@ -49,7 +49,9 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include <dev/acpica/acpiio.h>
|
||||
#if 0
|
||||
#include <dev/wi/if_wavelan_ieee.h>
|
||||
#endif
|
||||
|
||||
#include <mutex>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user