diff options
author | Michal Ruprich <michalruprich@gmail.com> | 2021-02-10 15:32:18 +0100 |
---|---|---|
committer | Wireshark GitLab Utility <gerald+gitlab-utility@wireshark.org> | 2021-02-10 17:49:09 +0000 |
commit | c8246c99737c7a844f45eb0e777382cc68397d17 (patch) | |
tree | c23c57c476ce46f64f85dfaa2482edcd2340c323 /epan/prefs.h | |
parent | 1eeb2c1a10c4e8b3132003b0e72c653302de00b8 (diff) | |
download | wireshark-c8246c99737c7a844f45eb0e777382cc68397d17.tar.gz wireshark-c8246c99737c7a844f45eb0e777382cc68397d17.tar.bz2 wireshark-c8246c99737c7a844f45eb0e777382cc68397d17.zip |
Moving glib.h out of extern C
Diffstat (limited to 'epan/prefs.h')
-rw-r--r-- | epan/prefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/prefs.h b/epan/prefs.h index 1fc560ccdc..1814f53a80 100644 --- a/epan/prefs.h +++ b/epan/prefs.h @@ -11,12 +11,12 @@ #ifndef __PREFS_H__ #define __PREFS_H__ +#include <glib.h> + #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ -#include <glib.h> - #include <epan/params.h> #include <epan/range.h> |