diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-23 15:20:59 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-23 15:30:44 +0100 |
commit | c9403dced7c3eb0cc2a925c6428ca30ef8527b55 (patch) | |
tree | 93503b1e310c189b3a8e17fa16be50ec993fdce1 /src/udev/mtd_probe | |
parent | build-sys: fix build on compilers without static_assert (diff) | |
download | systemd-c9403dced7c3eb0cc2a925c6428ca30ef8527b55.tar.xz systemd-c9403dced7c3eb0cc2a925c6428ca30ef8527b55.zip |
#pragma once here and there
Diffstat (limited to 'src/udev/mtd_probe')
-rw-r--r-- | src/udev/mtd_probe/mtd_probe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/udev/mtd_probe/mtd_probe.h b/src/udev/mtd_probe/mtd_probe.h index 2a37ede578..d99be9addc 100644 --- a/src/udev/mtd_probe/mtd_probe.h +++ b/src/udev/mtd_probe/mtd_probe.h @@ -17,6 +17,8 @@ * Boston, MA 02110-1301 USA */ +#pragma once + #include <mtd/mtd-user.h> /* Full oob structure as written on the flash */ |