app-layer-dnp3: Fix build for big endian

Add missing include of util-byte.h for big endian targets that need
SCByteSwap(16|32|64) for DNP3_SWAP(16|32|64).
pull/8677/head
Cole Dishington 2 years ago committed by Victor Julien
parent d314b57e6b
commit b6c5c59bc3

@ -19,6 +19,9 @@
#define __APP_LAYER_DNP3_H__
#include "rust.h"
#if __BYTE_ORDER == __BIG_ENDIAN
#include "util-byte.h"
#endif
/**
* The maximum size of a DNP3 link PDU.

Loading…
Cancel
Save