libyal / libpff

Library and tools to access the Personal Folder File (PFF) and the Offline Folder File (OFF) format
GNU Lesser General Public License v3.0
289 stars 74 forks source link

Added missing include of memory.h. #23

Closed uckelman-sf closed 8 years ago

uckelman-sf commented 8 years ago

libpff/libpff_recover.c should include memory.h, as it uses the memory_allocate and memory_free macros.

joachimmetz commented 8 years ago

thx, for the fix.