* main - cmd_enum: correct inclusion
@ 2023-06-09 16:01 Zdenek Kabelac
0 siblings, 0 replies; only message in thread
From: Zdenek Kabelac @ 2023-06-09 16:01 UTC (permalink / raw)
To: lvm-devel
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=fcf2057b3824ab461ad43821101d09f2b06dcac8
Commit: fcf2057b3824ab461ad43821101d09f2b06dcac8
Parent: 74feebdab723c1ea46d4316f8a581750c1d8cda3
Author: Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate: Thu May 18 21:53:33 2023 +0200
Committer: Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Fri Jun 9 18:01:16 2023 +0200
cmd_enum: correct inclusion
Ensure we use generated header file for this build from -Iinclude.
Reported-by: Anton Lundin <glance@ac2.se>
---
lib/commands/cmd_enum.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/commands/cmd_enum.h b/lib/commands/cmd_enum.h
index 9e9902224..9d0937a50 100644
--- a/lib/commands/cmd_enum.h
+++ b/lib/commands/cmd_enum.h
@@ -12,7 +12,7 @@
enum {
#define cmd(a, b) a ,
-#include "../../include/cmds.h"
+#include "cmds.h"
#undef cmd
};
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-06-09 16:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-09 16:01 main - cmd_enum: correct inclusion Zdenek Kabelac
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.