Skip to content
Snippets Groups Projects
Commit aaf55127 authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

sdb.h: fixed header inclusion for kernel mode


Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
parent c407c89d
No related merge requests found
......@@ -3,7 +3,11 @@
*/
#ifndef __SDB_H__
#define __SDB_H__
#ifdef __KERNEL__
#include <linux/types.h>
#else
#include <stdint.h>
#endif
/*
* All structures are 64 bytes long and are expected
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment