All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Add missing includes for remember_wwid
@ 2013-05-07 22:12 Benjamin Marzinski
  2013-05-07 22:15 ` [PATCH 2/2] simplify multipath signal handlers Benjamin Marzinski
  0 siblings, 1 reply; 3+ messages in thread
From: Benjamin Marzinski @ 2013-05-07 22:12 UTC (permalink / raw)
  To: device-mapper development; +Cc: Christophe Varoqui

My previous commit (0245b3ac6e34dee1ab039bba71806bc35c286ab8) caused a
warning on compile, since it didn't include the wwids.h file in
main.c

Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
---
 multipathd/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/multipathd/main.c b/multipathd/main.c
index f02ad16..eb4bc8a 100644
--- a/multipathd/main.c
+++ b/multipathd/main.c
@@ -60,6 +60,7 @@
 #include "cli_handlers.h"
 #include "lock.h"
 #include "waiter.h"
+#include "wwids.h"
 
 #define FILE_NAME_SIZE 256
 #define CMDSIZE 160
-- 
1.8.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-08  5:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-07 22:12 [PATCH 1/2] Add missing includes for remember_wwid Benjamin Marzinski
2013-05-07 22:15 ` [PATCH 2/2] simplify multipath signal handlers Benjamin Marzinski
2013-05-08  5:58   ` Bart Van Assche

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.