mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 23:48:39 +01:00
@@ -1,9 +1,7 @@
|
|||||||
diff --git a/configure b/configure
|
|
||||||
index 6936a47..9a85269 100755
|
|
||||||
--- a/configure
|
--- a/configure
|
||||||
+++ b/configure
|
+++ b/configure
|
||||||
@@ -6980,9 +6980,6 @@ else
|
@@ -5456,9 +5456,6 @@ fi
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
-# Add additional cflags since some distros bury panel.h
|
-# Add additional cflags since some distros bury panel.h
|
||||||
|
|||||||
@@ -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