Fix warning: no previous prototype for ... [-Wmissing-prototypes]

Change-Id: I59e744d905a0a13eea4ff649a984b2ed9f1f51e7
Reviewed-on: https://code.wireshark.org/review/3697
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2014-08-15 09:59:42 +02:00 committed by Anders Broman
parent a913bdd490
commit 3adbd93771
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include "wmem_core.h"
#include "wmem_map.h"
#include "wmem_map_int.h"
static guint32 x; /* Used for universal integer hashing (see the HASH macro) */