diff options
author | Matt Fleming <matt.fleming@intel.com> | 2013-03-06 17:10:32 +0000 |
---|---|---|
committer | Matt Fleming <matt.fleming@intel.com> | 2013-03-06 17:10:32 +0000 |
commit | 4153b9005c460e02d36c457367a045444812bb97 (patch) | |
tree | d6f41a24f4f58d0c85725f61aea0e5deba6d21cd /core/mem/malloc.h | |
parent | 12eafad11c9c68c979309087d71f1c76e3f1c4b9 (diff) | |
parent | 16aa878d78086e9bc1c1f1053dc24da295f81e05 (diff) | |
download | syslinux-5.10-pre1.tar.gz |
Merge branch 'lwip-merge' into elflinksyslinux-5.10-pre1
Diffstat (limited to 'core/mem/malloc.h')
-rw-r--r-- | core/mem/malloc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/mem/malloc.h b/core/mem/malloc.h index d0d135bc..4611a306 100644 --- a/core/mem/malloc.h +++ b/core/mem/malloc.h @@ -7,6 +7,9 @@ #include <stdint.h> #include <stddef.h> #include "core.h" +#include "thread.h" + +extern struct semaphore __malloc_semaphore; /* * This is a temporary hack. In Syslinux 5 this will be a pointer to |