mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 18:41:20 +00:00
added option DatabaseDirectory update depends on musl-fts libraries Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
11 lines
188 B
Diff
11 lines
188 B
Diff
--- a/clamdscan/proto.c
|
|
+++ b/clamdscan/proto.c
|
|
@@ -59,6 +59,7 @@
|
|
#include "shared/misc.h"
|
|
#include "shared/clamdcom.h"
|
|
|
|
+#include <sys/un.h>
|
|
#include "proto.h"
|
|
#include "client.h"
|
|
|