Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/unbound/dist/util fix include order.
details: https://anonhg.NetBSD.org/src/rev/cfc44cd9591d
branches: trunk
changeset: 456741:cfc44cd9591d
user: christos <christos%NetBSD.org@localhost>
date: Sun May 26 02:49:34 2019 +0000
description:
fix include order.
diffstat:
external/bsd/unbound/dist/util/mini_event.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r a31cae34ff10 -r cfc44cd9591d external/bsd/unbound/dist/util/mini_event.c
--- a/external/bsd/unbound/dist/util/mini_event.c Sun May 26 02:49:12 2019 +0000
+++ b/external/bsd/unbound/dist/util/mini_event.c Sun May 26 02:49:34 2019 +0000
@@ -41,11 +41,11 @@
*/
#include "config.h"
-#include "util/mini_event.h"
#ifdef HAVE_TIME_H
#include <time.h>
#endif
#include <sys/time.h>
+#include "util/mini_event.h"
#if defined(USE_MINI_EVENT) && !defined(USE_WINSOCK)
#include <signal.h>
Home |
Main Index |
Thread Index |
Old Index