]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lscpu: fix ifdef HAVE_sys_io_h [checkconfig]
authorKarel Zak <kzak@redhat.com>
Wed, 18 Jun 2014 10:51:25 +0000 (12:51 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 18 Jun 2014 10:51:25 +0000 (12:51 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/lscpu.c

index 6b128b140376025c34f39e18963cf648bc4300d7..b64c1f955da138e098fba93d8d2fa6f4e0d47b4d 100644 (file)
@@ -43,7 +43,7 @@
 # include <signal.h>
 # include <strings.h>
 # include <setjmp.h>
-# ifdef HAVE_sys_io_h
+# ifdef HAVE_SYS_IO_H
 #  include <sys/io.h>
 # endif
 #endif