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/e6380a58c94f
branches:  trunk
changeset: 451507:e6380a58c94f
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 ca8303066b46 -r e6380a58c94f 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