From 26a5cd2d7837a08f5d5c2f1b5abec34b4b22a596 Mon Sep 17 00:00:00 2001 From: Uli Heilmeier Date: Sat, 9 Sep 2017 11:04:04 +0200 Subject: [PATCH] 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 Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- wsutil/ws_cpuid.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wsutil/ws_cpuid.h b/wsutil/ws_cpuid.h index c6f92c8bda..a73d4f4173 100644 --- a/wsutil/ws_cpuid.h +++ b/wsutil/ws_cpuid.h @@ -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)