c79076
From 7d78e4a96b47b16330b2d28ff0cc5a51936e9fe9 Mon Sep 17 00:00:00 2001
c79076
From: Lukas Nykryn <lnykryn@redhat.com>
c79076
Date: Fri, 7 Oct 2016 15:17:12 +0200
c79076
Subject: [PATCH] mtd_probe: add include for stdint
c79076
c79076
The missing include is causing troubles on arm
c79076
c79076
RHEL-only
c79076
Related: #1381573
c79076
---
c79076
 src/udev/mtd_probe/mtd_probe.h | 1 +
c79076
 1 file changed, 1 insertion(+)
c79076
c79076
diff --git a/src/udev/mtd_probe/mtd_probe.h b/src/udev/mtd_probe/mtd_probe.h
c79076
index d99be9a..cead374 100644
c79076
--- a/src/udev/mtd_probe/mtd_probe.h
c79076
+++ b/src/udev/mtd_probe/mtd_probe.h
c79076
@@ -20,6 +20,7 @@
c79076
 #pragma once
c79076
 
c79076
 #include <mtd/mtd-user.h>
c79076
+#include <stdint.h>
c79076
 
c79076
 /* Full oob structure as written on the flash */
c79076
 struct sm_oob {