From e2bdb969fcca36c8dbeb456bfd15844cbf57c006 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 1 Jul 2008 20:08:55 +0200 Subject: fixup #includes --- skdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skdump.c') diff --git a/skdump.c b/skdump.c index 93bf18f..3359586 100644 --- a/skdump.c +++ b/skdump.c @@ -24,7 +24,7 @@ #include #include -#include "smart.h" +#include "atasmart.h" int main(int argc, char *argv[]) { int ret; -- cgit