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