Need to include <epan/prefs.h> to declare preference functions.

Change-Id: I5fbc9d25dde30ce8d14c80e765a3a8a630fec708
Reviewed-on: https://code.wireshark.org/review/13239
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2016-01-12 11:02:58 -08:00
parent bf08d7723c
commit fea05007e4
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@
#include <wsutil/pint.h>
#endif
#include <epan/prefs.h>
#include "ui/recent.h"
#include "ui/traffic_table_ui.h"