From 8b7189bc25b7becb0e428a74528d8def08bd2f4a Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Thu, 2 Oct 2014 22:08:47 -0300 Subject: [PATCH] Move missing.h to shared directory --- Makefile.am | 2 +- libkmod/libkmod-internal.h | 2 +- libkmod/libkmod-signature.c | 3 ++- {libkmod => shared}/missing.h | 0 4 files changed, 4 insertions(+), 3 deletions(-) rename {libkmod => shared}/missing.h (100%) diff --git a/Makefile.am b/Makefile.am index 8724de59..bc5df92b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,9 +55,9 @@ lib_LTLIBRARIES = libkmod/libkmod.la libkmod_libkmod_la_SOURCES =\ shared/macro.h \ + shared/missing.h \ libkmod/libkmod.h \ libkmod/libkmod-internal.h \ - libkmod/missing.h \ libkmod/libkmod.c \ libkmod/libkmod-list.c \ libkmod/libkmod-config.c \ diff --git a/libkmod/libkmod-internal.h b/libkmod/libkmod-internal.h index 5e12d0d9..79f1a136 100644 --- a/libkmod/libkmod-internal.h +++ b/libkmod/libkmod-internal.h @@ -6,8 +6,8 @@ #include #include +#include -#include "missing.h" #include "libkmod.h" static _always_inline_ _printf_format_(2, 3) void diff --git a/libkmod/libkmod-signature.c b/libkmod/libkmod-signature.c index 28f993e0..8fe5b403 100644 --- a/libkmod/libkmod-signature.c +++ b/libkmod/libkmod-signature.c @@ -24,8 +24,9 @@ #include #include +#include + #include "libkmod-internal.h" -#include "missing.h" /* These types and tables were copied from the 3.7 kernel sources. * As this is just description of the signature format, it should not be diff --git a/libkmod/missing.h b/shared/missing.h similarity index 100% rename from libkmod/missing.h rename to shared/missing.h -- 2.47.2