scsi-lowlevel.h: Include <assert.h>

Checking whether static_assert() is defined must happen after <assert.h> has
been included. Hence include <assert.h>.
This commit is contained in:
Bart Van Assche
2021-08-25 21:19:28 -07:00
parent 35dcf89599
commit c412ae0e1d

View File

@@ -23,6 +23,7 @@
#define EXTERN #define EXTERN
#endif #endif
#include <assert.h>
#include <stdint.h> #include <stdint.h>
#include <sys/types.h> #include <sys/types.h>