1
0
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:
Zdenek Kabelac 2023-05-18 21:53:33 +02:00
parent 74feebdab7
commit fcf2057b38

View File

@ -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
}; };