diff options
Diffstat (limited to 'arm9/lib/include/NNS_FND_heapcommon.h')
-rw-r--r-- | arm9/lib/include/NNS_FND_heapcommon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arm9/lib/include/NNS_FND_heapcommon.h b/arm9/lib/include/NNS_FND_heapcommon.h index 6008e7e8..eb6f1bdb 100644 --- a/arm9/lib/include/NNS_FND_heapcommon.h +++ b/arm9/lib/include/NNS_FND_heapcommon.h @@ -3,6 +3,8 @@ #include "NNS_FND_list.h"
+#define NNS_FND_HEAP_DEFAULT_ALIGNMENT 4
+
typedef struct NNSiFndHeapHead NNSiFndHeapHead;
struct NNSiFndHeapHead
|