Commit 8317985a authored by Alessandro Rubini's avatar Alessandro Rubini

<linux/sdb.h>: fixed header inclusion for kernel mode

parent ff726fc3
......@@ -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
......
Markdown is supported
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