Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds an #include <stdlib.h> in asardll.c This is because otherwise malloc and free functions are not defined anywhere, causing warnings (at least in msvc). e.g. warning C4013: 'malloc' undefined; assuming extern returning int warning C4013: 'free' undefined; assuming extern returning int
- Loading branch information