a19bc6
From 5c1473ccbbcdf4f1ec3b18609adb351946ed74b5 Mon Sep 17 00:00:00 2001
c79076
From: Lukas Nykryn <lnykryn@redhat.com>
a19bc6
Date: Tue, 13 Dec 2016 14:25:38 +0100
a19bc6
Subject: [PATCH] mtd_probe: include stdint
c79076
a19bc6
rhel-only
a19bc6
Resolves: #1404251
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
c62b8e
index d99be9addc..cead374023 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 {