Skip to content

Commit 87d04f4

Browse files
authored
Merge pull request #183 from igaw/add-missing-stddef
linux: Include missing stddef.h
2 parents 62181b9 + 9948c63 commit 87d04f4

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)