mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
cmd_enum: correct inclusion
Ensure we use generated header file for this build from -Iinclude. Reported-by: Anton Lundin <glance@ac2.se>
This commit is contained in:
parent
74feebdab7
commit
fcf2057b38
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
enum {
|
enum {
|
||||||
#define cmd(a, b) a ,
|
#define cmd(a, b) a ,
|
||||||
#include "../../include/cmds.h"
|
#include "cmds.h"
|
||||||
#undef cmd
|
#undef cmd
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user