fix fchown fallback on arches without chown(2)
[musl] / src / linux / klogctl.c
index 209ae74..8102ee6 100644 (file)
@@ -1,3 +1,4 @@
+#include <sys/klog.h>
 #include "syscall.h"
 
 int klogctl (int type, char *buf, int len)