ws_cpuid: include ws_attributes

Otherwise _U_ is not defined.

Change-Id: I221f64c7d89c221e5a63a573e06457699d0a177e
Reviewed-on: https://code.wireshark.org/review/23440
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Uli Heilmeier 2017-09-09 11:04:04 +02:00 committed by Michael Mann
parent 84ee66b9bc
commit 26a5cd2d78
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@
* the ws_cpuid() routine will return 0 if cpuinfo isn't available.
*/
#include "ws_attributes.h"
#if defined(_MSC_VER) /* MSVC */
static gboolean
ws_cpuid(guint32 *CPUInfo, guint32 selector)