SHA256
1
0
forked from pool/hyper-v

provide private uuid_le type to fix sles11 build

OBS-URL: https://build.opensuse.org/package/show/Virtualization/hyper-v?expand=0&rev=84
This commit is contained in:
2014-01-23 16:45:34 +00:00
committed by Git OBS Bridge
parent 13b3a21a90
commit 94c31de49b
2 changed files with 4 additions and 5 deletions

View File

@@ -26,7 +26,10 @@
#define _HYPERV_H
#include <linux/types.h>
#include <linux/uuid.h>
/* from linux/uuid.h */
typedef struct {
__u8 b[16];
} uuid_le;
/*