forked from osmocom/wireshark
Fix compile error when building w/o GNUTLS
Specifically: <wsutil/file_util.h> is aleays needed (for create_app_running_mutex()) Change-Id: I78e5a767f62bc2af67b6407539742dc245259f56 Reviewed-on: https://code.wireshark.org/review/2699 Reviewed-by: Bill Meier <wmeier@newsguy.com>daniel/osmux
parent
f174370ddb
commit
60ffafdb7c
|
@ -84,10 +84,10 @@
|
|||
#include <wsutil/report_err.h>
|
||||
#include <wsutil/privileges.h>
|
||||
#include <wsutil/str_util.h>
|
||||
#include <wsutil/file_util.h>
|
||||
|
||||
#ifdef HAVE_LIBGCRYPT
|
||||
#include <wsutil/wsgcrypt.h>
|
||||
#include <wsutil/file_util.h>
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_GETOPT
|
||||
|
|
Loading…
Reference in New Issue