Add missing include to cpuid.c

ok sthen@
This commit is contained in:
sdk
2022-11-08 11:55:39 +00:00
parent 114e749c4d
commit 8fe5875c06
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -15,7 +15,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <ctype.h>
#include <err.h>
#include <errno.h>
#include <limits.h>