803fb7
From 5c1473ccbbcdf4f1ec3b18609adb351946ed74b5 Mon Sep 17 00:00:00 2001
803fb7
From: Lukas Nykryn <lnykryn@redhat.com>
803fb7
Date: Tue, 13 Dec 2016 14:25:38 +0100
803fb7
Subject: [PATCH] mtd_probe: include stdint
803fb7
803fb7
rhel-only
803fb7
Resolves: #1404251
803fb7
---
803fb7
 src/udev/mtd_probe/mtd_probe.h | 1 +
803fb7
 1 file changed, 1 insertion(+)
803fb7
803fb7
diff --git a/src/udev/mtd_probe/mtd_probe.h b/src/udev/mtd_probe/mtd_probe.h
803fb7
index d99be9add..cead37402 100644
803fb7
--- a/src/udev/mtd_probe/mtd_probe.h
803fb7
+++ b/src/udev/mtd_probe/mtd_probe.h
803fb7
@@ -20,6 +20,7 @@
803fb7
 #pragma once
803fb7
 
803fb7
 #include <mtd/mtd-user.h>
803fb7
+#include <stdint.h>
803fb7
 
803fb7
 /* Full oob structure as written on the flash */
803fb7
 struct sm_oob {