You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
633 B
24 lines
633 B
7 years ago
|
From 5c1473ccbbcdf4f1ec3b18609adb351946ed74b5 Mon Sep 17 00:00:00 2001
|
||
|
From: Lukas Nykryn <lnykryn@redhat.com>
|
||
|
Date: Tue, 13 Dec 2016 14:25:38 +0100
|
||
|
Subject: [PATCH] mtd_probe: include stdint
|
||
|
|
||
|
rhel-only
|
||
|
Resolves: #1404251
|
||
|
---
|
||
|
src/udev/mtd_probe/mtd_probe.h | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/src/udev/mtd_probe/mtd_probe.h b/src/udev/mtd_probe/mtd_probe.h
|
||
|
index d99be9add..cead37402 100644
|
||
|
--- a/src/udev/mtd_probe/mtd_probe.h
|
||
|
+++ b/src/udev/mtd_probe/mtd_probe.h
|
||
|
@@ -20,6 +20,7 @@
|
||
|
#pragma once
|
||
|
|
||
|
#include <mtd/mtd-user.h>
|
||
|
+#include <stdint.h>
|
||
|
|
||
|
/* Full oob structure as written on the flash */
|
||
|
struct sm_oob {
|