aboutsummaryrefslogtreecommitdiffstats
path: root/net/nylon/files/patch-cfg.c
blob: 48eca8716c9506db75ff96b51b8b2943ec96049d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- cfg.c.orig  Fri Jul 12 11:30:59 2002
+++ cfg.c   Fri Jul 12 11:31:08 2002
@@ -35,6 +35,8 @@
  * This code was written under funding by Ericsson Radio Systems.
  */
 
+#include "cfg.h"
+
 #ifndef WIN32
 #include <sys/param.h>
 #include <sys/mman.h>
@@ -51,7 +53,6 @@
 #include <err.h>
 
 #include "config.h"
-#include "cfg.h"
 
 struct conf_trans {
    TAILQ_ENTRY (conf_trans) link;