mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 19:04:32 +04:00
Without these patches kismet does not build with musl. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
23 lines
407 B
Diff
23 lines
407 B
Diff
--- a/configfile.cc
|
|
+++ b/configfile.cc
|
|
@@ -24,6 +24,7 @@
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <errno.h>
|
|
+#include <time.h>
|
|
#include "configfile.h"
|
|
#include "util.h"
|
|
|
|
--- a/dumpfile_tuntap.cc
|
|
+++ b/dumpfile_tuntap.cc
|
|
@@ -20,8 +20,8 @@
|
|
|
|
#include <errno.h>
|
|
|
|
-#include "dumpfile_tuntap.h"
|
|
#include "ifcontrol.h"
|
|
+#include "dumpfile_tuntap.h"
|
|
#include "ipc_remote.h"
|
|
|
|
#ifndef SYS_CYGWIN
|