summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/malign.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/malign.h')
-rw-r--r--libs/pbd/pbd/malign.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/pbd/pbd/malign.h b/libs/pbd/pbd/malign.h
index 07f42f586f..ecee47c4e6 100644
--- a/libs/pbd/pbd/malign.h
+++ b/libs/pbd/pbd/malign.h
@@ -24,6 +24,7 @@
#include "pbd/libpbd_visibility.h"
-LIBPBD_API int cache_aligned_malloc (void** memptr, size_t size);
+LIBPBD_API int cache_aligned_malloc (void** memptr, size_t size);
+LIBPBD_API void cache_aligned_free (void* memptr);
#endif /* __pbd_malign_h__ */