]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add missing #pragma once to <dns/lmdb.h>
authorMark Andrews <marka@isc.org>
Fri, 19 Jun 2020 02:10:20 +0000 (12:10 +1000)
committerMark Andrews <marka@isc.org>
Fri, 19 Jun 2020 02:12:45 +0000 (12:12 +1000)
lib/dns/include/dns/lmdb.h

index a99ee8ee57598048daa10b88ad0c6e2e080db884..b9ee2782ecbe8e8118254bee97f869cd999540f6 100644 (file)
@@ -9,6 +9,8 @@
  * information regarding copyright ownership.
  */
 
+#pragma once
+
 #include <lmdb.h>
 /*
  * MDB_NOTLS is used to prevent problems after configuration is reloaded, due
@@ -24,5 +26,4 @@
  * writes to be performed using mmap().
  */
 #define DNS_LMDB_FLAGS (DNS_LMDB_COMMON_FLAGS | MDB_WRITEMAP)
-
 #endif /* __OpenBSD__ */