mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 18:45:10 +00:00
Include missing FreeBSD header.
This commit is contained in:
parent
eb9d72f2af
commit
298eb76434
@ -43,6 +43,10 @@
|
||||
#include "ccurl_thread.h"
|
||||
#endif /* BUILD_CURL */
|
||||
|
||||
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
|
||||
#include "freebsd.h"
|
||||
#endif /* FreeBSD */
|
||||
|
||||
#ifdef BUILD_BUILTIN_CONFIG
|
||||
#include "defconfig.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user