summaryrefslogtreecommitdiff
path: root/src/udev/scsi_id/scsi.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-01-23 09:20:59 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-01-23 09:30:44 -0500
commitc9403dced7c3eb0cc2a925c6428ca30ef8527b55 (patch)
tree93503b1e310c189b3a8e17fa16be50ec993fdce1 /src/udev/scsi_id/scsi.h
parent6825a04de61f0bceab0ccddb34d825c3951caef1 (diff)
#pragma once here and there
Diffstat (limited to 'src/udev/scsi_id/scsi.h')
-rw-r--r--src/udev/scsi_id/scsi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/udev/scsi_id/scsi.h b/src/udev/scsi_id/scsi.h
index c423cac574..3f99ae7724 100644
--- a/src/udev/scsi_id/scsi.h
+++ b/src/udev/scsi_id/scsi.h
@@ -10,6 +10,8 @@
* Free Software Foundation version 2 of the License.
*/
+#pragma once
+
#include <scsi/scsi.h>
struct scsi_ioctl_command {