summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorAwkor <awkor.16+github@gmail.com>2020-05-23 13:23:05 +0200
committerGitHub <noreply@github.com>2020-05-23 13:23:05 +0200
commit037422fdba9a47bd538480988fbf8aad67d66c85 (patch)
treeb206910fbe0112dd9968d62c48f5f2b0fc34b84d /src/util
parente79bc40c0a5312baf4e8c3e33048d50b41b4a2ff (diff)
downloadminetest-037422fdba9a47bd538480988fbf8aad67d66c85.tar.gz
minetest-037422fdba9a47bd538480988fbf8aad67d66c85.tar.bz2
minetest-037422fdba9a47bd538480988fbf8aad67d66c85.zip
Modernize include guards and add missing ones (#9898)
Diffstat (limited to 'src/util')
-rw-r--r--src/util/md32_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/md32_common.h b/src/util/md32_common.h
index 085d1d7a5..a4c2099c9 100644
--- a/src/util/md32_common.h
+++ b/src/util/md32_common.h
@@ -109,6 +109,8 @@
* <appro@fy.chalmers.se>
*/
+#pragma once
+
#if !defined(DATA_ORDER_IS_BIG_ENDIAN) && !defined(DATA_ORDER_IS_LITTLE_ENDIAN)
# error "DATA_ORDER must be defined!"
#endif