summaryrefslogtreecommitdiff
path: root/src/char/int_storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/int_storage.c')
-rw-r--r--src/char/int_storage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/char/int_storage.c b/src/char/int_storage.c
index 5f1f68275..e19268508 100644
--- a/src/char/int_storage.c
+++ b/src/char/int_storage.c
@@ -1,10 +1,12 @@
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
+#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "../common/mmo.h"
+#include "../common/malloc.h"
#include "../common/socket.h"
#include "../common/db.h"
#include "../common/lock.h"