diff options
Diffstat (limited to 'common/memory.c')
-rw-r--r-- | common/memory.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/memory.c b/common/memory.c index e16044a..f51c8cb 100644 --- a/common/memory.c +++ b/common/memory.c @@ -26,6 +26,8 @@ #pragma ident "%Z%%M% %I% %E% SMI" +#include "libctf/ctf_impl.h" + /* * Routines for memory management */ @@ -35,7 +37,7 @@ #include <stdlib.h> #include <string.h> #include <strings.h> -#include "memory.h" +#include "common/memory.h" static void memory_bailout(void) |