mar-file-system / marfs

MarFS provides a scalable near-POSIX file system by using one or more POSIX file systems as a scalable metadata component and one or more data stores (object, file, etc) as a scalable data component.
Other
96 stars 27 forks source link

include <stdlib.h> where needed #237

Open bertschinger opened 5 months ago

bertschinger commented 5 months ago

This fixes the build on a system where running make check has build errors due to needing to be included in order to use malloc(), free(), etc.