]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/udev-208-fix_uint8_t.patch
suricata: Fix amount of listened nfqueues
[ipfire-2.x.git] / src / patches / udev-208-fix_uint8_t.patch
CommitLineData
c18f333f
AF
1diff -Naur systemd-208.org/src/udev/mtd_probe/mtd_probe.h systemd-208/src/udev/mtd_probe/mtd_probe.h
2--- systemd-208.org/src/udev/mtd_probe/mtd_probe.h 2013-08-13 22:02:47.000000000 +0200
3+++ systemd-208/src/udev/mtd_probe/mtd_probe.h 2017-02-07 18:08:33.492985563 +0100
4@@ -18,6 +18,7 @@
5 */
6
7 #include <mtd/mtd-user.h>
8+#include <stdint.h>
9
10 /* Full oob structure as written on the flash */
11 struct sm_oob {