1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-05 05:28:32 +00:00

Remove use of sysctl.h

The sysctl.h is not specified in POSIX. This fixes building with musl
libc.
This commit is contained in:
Natanael Copa 2015-07-23 13:57:18 +02:00
parent 8711bdee8b
commit 98b063866f

View File

@ -42,7 +42,6 @@
#include <errno.h>
#include <time.h>
#include <sys/ioctl.h>
#include <sys/sysctl.h>
#include <net/if.h>
#include <netinet/in.h>
#include <pthread.h>