Skip to content

Commit 77aa2b9

Browse files
committed
Fix sparse errors
1 parent 6d3a728 commit 77aa2b9

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2015-04-28 Jean Delvare <[email protected]>
2+
3+
* dmidecode.h, dmiopt.h: Fix sparse errors.
4+
15
2015-04-27 Jean Delvare <[email protected]>
26

37
* dmidecode.c: Fix --dump-bin when reading from sysfs.

dmidecode.h

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1919
*/
2020

21+
#include "types.h"
22+
2123
struct dmi_header
2224
{
2325
u8 type;

dmiopt.h

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2020
*/
2121

22+
#include "types.h"
23+
2224
struct string_keyword
2325
{
2426
const char *keyword;

0 commit comments

Comments
 (0)