Explicitly include xp_mem.h since it is needed

This commit is contained in:
cls%seawood.org 2000-07-10 07:42:53 +00:00
parent 676b78d39b
commit 9dbf922d2a

View File

@ -29,6 +29,7 @@
#include "plstr.h"
#include "FullPath.h"
#include "net.h"
#include "xp_mem.h" // for XP_FREE
// Returns a full pathname to the given file
// Returned value is allocated with XP_ALLOC, and must be freed with XP_FREE