Skip to content

Commit

Permalink
Not all versions of GLib support the g_int64 hash routines.
Browse files Browse the repository at this point in the history
So include <epan/g_int64_hash_routines.h> to fix the build with those
versions.

Change-Id: I4c72ceff934ad0e94376c237130406f582dfce8f
Reviewed-on: https://code.wireshark.org/review/12820
Reviewed-by: Guy Harris <guy@alum.mit.edu>
  • Loading branch information
guyharris committed Dec 22, 2015
1 parent f2b8504 commit 3fd86f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions epan/dissectors/packet-rtitcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include <epan/addr_resolv.h>
#include <epan/wmem/wmem.h>
#include <epan/conversation.h>
#include <epan/g_int64_hash_routines.h>
#include <epan/dissectors/packet-tcp.h>

#define RTITCP_MAGIC_NUMBER 0xdd54dd55
Expand Down

0 comments on commit 3fd86f0

Please sign in to comment.