]> git.ipfire.org Git - thirdparty/libatasmart.git/commitdiff
fixup #includes
authorLennart Poettering <lennart@poettering.net>
Tue, 1 Jul 2008 18:08:55 +0000 (20:08 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 1 Jul 2008 18:08:55 +0000 (20:08 +0200)
atasmart.c
skdump.c
sktest.c

index 9d8a5305b0c4f91d1c171e13322029d422587bec..0437c97d729e90bfbd3d5ff142f516e20bbb6069 100644 (file)
@@ -43,7 +43,7 @@
 #include <linux/hdreg.h>
 #include <linux/fs.h>
 
-#include "smart.h"
+#include "atasmart.h"
 
 #define SK_TIMEOUT 2000
 
index 93bf18f430ab1daf499255a69edcc0985bd80a53..335958630327131b7c832f13bd84d1bcc7596fa1 100644 (file)
--- a/skdump.c
+++ b/skdump.c
@@ -24,7 +24,7 @@
 #include <string.h>
 #include <errno.h>
 
-#include "smart.h"
+#include "atasmart.h"
 
 int main(int argc, char *argv[]) {
         int ret;
index 440df81770aa85141a9838f0bc3079de0af91f5d..717499a7c1d288ab6ef3e7dd9d06379fa6023df0 100644 (file)
--- a/sktest.c
+++ b/sktest.c
@@ -24,7 +24,7 @@
 #include <errno.h>
 #include <stdio.h>
 
-#include "smart.h"
+#include "atasmart.h"
 
 int main(int argc, char *argv[]) {
         int ret;