mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
Add missing include to cpuid.c
ok sthen@
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user