Skip to content

Commit 9948c63

Browse files
committed
linux: Include missing stddef.h
The header is not self contained because nvme_get_ana_log_len() is using the size_t type. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 62181b9 commit 9948c63

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/nvme/linux.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#ifndef _LIBNVME_LINUX_H
1010
#define _LIBNVME_LINUX_H
1111

12+
#include <stddef.h>
13+
1214
#include "types.h"
1315

1416
/**

0 commit comments

Comments
 (0)