summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--atasmart.c2
-rw-r--r--skdump.c2
-rw-r--r--sktest.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/atasmart.c b/atasmart.c
index 9d8a530..0437c97 100644
--- a/atasmart.c
+++ b/atasmart.c
@@ -43,7 +43,7 @@
#include <linux/hdreg.h>
#include <linux/fs.h>
-#include "smart.h"
+#include "atasmart.h"
#define SK_TIMEOUT 2000
diff --git a/skdump.c b/skdump.c
index 93bf18f..3359586 100644
--- 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;
diff --git a/sktest.c b/sktest.c
index 440df81..717499a 100644
--- 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;