From 8fe5875c06b0ea11dfd1b4bf554d2e7dc916dba2 Mon Sep 17 00:00:00 2001 From: sdk Date: Tue, 8 Nov 2022 11:55:39 +0000 Subject: [PATCH] Add missing include to cpuid.c ok sthen@ --- sysutils/cpuid/Makefile | 2 +- sysutils/cpuid/files/cpuid.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/cpuid/Makefile b/sysutils/cpuid/Makefile index a8614a192e4..b2411e6c789 100644 --- a/sysutils/cpuid/Makefile +++ b/sysutils/cpuid/Makefile @@ -3,7 +3,7 @@ ONLY_FOR_ARCHS= i386 amd64 COMMENT= simple tool to dump cpuid information PKGNAME= cpuid-20160409 -REVISION= 0 +REVISION= 1 DISTFILES= CATEGORIES= sysutils diff --git a/sysutils/cpuid/files/cpuid.c b/sysutils/cpuid/files/cpuid.c index 0be9b82c765..5b787bf194b 100644 --- a/sysutils/cpuid/files/cpuid.c +++ b/sysutils/cpuid/files/cpuid.c @@ -15,7 +15,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ - +#include #include #include #include