mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
kismet: fix build with musl
Without these patches kismet does not build with musl. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
--- 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
|
||||
Reference in New Issue
Block a user