daandemeyer / rpms / systemd

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