Skip to content

Commit 5ce7859

Browse files
committed
openwrt: fix missing byteorder in RTP plugin
Added missing include of byte-utils.hpp.
1 parent 589a373 commit 5ce7859

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/ipfixprobe/rtp.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include <inttypes.h>
22
#include <limits>
3+
#include "byte-utils.hpp"
34

45
struct __attribute__((packed)) rtp_header {
56
union {

0 commit comments

Comments
 (0)