aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan/mate/packet-mate.c
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2021-09-20 20:16:52 +0100
committerJoão Valverde <j@v6e.pt>2021-09-20 20:16:52 +0100
commit5f79503d672fd259432f70698ca0c9f40985c9f7 (patch)
treefe16e1b0d1914611f732cd51ae51477010eff934 /plugins/epan/mate/packet-mate.c
parent2c7d22dba279721e776a712a8e2e98981e562fdf (diff)
Fix config.h include order
The header "config.h" needs to be the first header included in the source file, no exceptions.
Diffstat (limited to 'plugins/epan/mate/packet-mate.c')
-rw-r--r--plugins/epan/mate/packet-mate.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/epan/mate/packet-mate.c b/plugins/epan/mate/packet-mate.c
index ddce236600..97774cd1a9 100644
--- a/plugins/epan/mate/packet-mate.c
+++ b/plugins/epan/mate/packet-mate.c
@@ -16,6 +16,8 @@
* It is intended for this to be just the user interface to the module. ***
**************************************************************************/
+#include "config.h"
+
#include "mate.h"
#include <epan/expert.h>