diff options
Diffstat (limited to 'plugins/Db3x_mmap/src/database.h')
-rw-r--r-- | plugins/Db3x_mmap/src/database.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Db3x_mmap/src/database.h b/plugins/Db3x_mmap/src/database.h index 353342f014..bd47c2eb46 100644 --- a/plugins/Db3x_mmap/src/database.h +++ b/plugins/Db3x_mmap/src/database.h @@ -21,6 +21,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#pragma once
//all offsets are relative to the start of the file
//offsets are 0 if there is nothing in the chain or this is the last in the
|