Skip to content

Commit

Permalink
Fix compile error when building w/o GNUTLS
Browse files Browse the repository at this point in the history
  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 <[email protected]>
  • Loading branch information
Bill Meier committed Jun 29, 2014
1 parent f174370 commit 60ffafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capinfos.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60ffafd

Please sign in to comment.