mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
11 lines
240 B
C
11 lines
240 B
C
--- lib/fusion/shmalloc.c
|
|
+++ lib/fusion/shmalloc.c
|
|
@@ -52,6 +52,8 @@
|
|
|
|
D_DEBUG_DOMAIN( Fusion_SHM, "Fusion/SHM", "Fusion Shared Memory" );
|
|
|
|
+typedef unsigned long ulong;
|
|
+
|
|
void
|
|
fusion_dbg_print_memleaks( FusionSHMPoolShared *pool )
|
|
{
|