summaryrefslogtreecommitdiff
path: root/net-mgmt/tcpreplay/files/patch-src_fragroute_mod.c
blob: d4eb02fa98b1747ed85916ca8f9359db1a6b7bce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- src/fragroute/mod.c.orig	2023-12-31 18:39:02 UTC
+++ src/fragroute/mod.c
@@ -8,11 +8,11 @@
  */
 
 #include "mod.h"
+#include "lib/queue.h"
 #include "defines.h"
 #include "config.h"
 #include "common.h"
 #include "argv.h"
-#include "lib/queue.h"
 #include <ctype.h>
 #include <stdio.h>
 #include <stdlib.h>