diff options
author | Hao Zhang | 2011-06-18 20:59:41 -0500 |
---|---|---|
committer | Hao Zhang | 2011-06-18 20:59:41 -0500 |
commit | 74e6f3ae541aeb65692f0225f6a6696bb5cf8ffe (patch) | |
tree | 214b81a9a9067fc720b2cd89952b305dabf19967 | |
parent | 6324c7ba5dce75327dae9af8ee17c2d3c58f908e (diff) | |
download | mcsdk-tools-74e6f3ae541aeb65692f0225f6a6696bb5cf8ffe.tar.gz mcsdk-tools-74e6f3ae541aeb65692f0225f6a6696bb5cf8ffe.tar.xz mcsdk-tools-74e6f3ae541aeb65692f0225f6a6696bb5cf8ffe.zip |
Added stdlib.h to include malloc and free functions
-rw-r--r-- | post/src/post.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/post/src/post.c b/post/src/post.c index 17de6fd..ed8c036 100644 --- a/post/src/post.c +++ b/post/src/post.c | |||
@@ -31,6 +31,7 @@ | |||
31 | * | 31 | * |
32 | *****************************************************************************/ | 32 | *****************************************************************************/ |
33 | 33 | ||
34 | #include <stdlib.h> | ||
34 | #include <string.h> | 35 | #include <string.h> |
35 | #include "platform.h" | 36 | #include "platform.h" |
36 | #include "types.h" | 37 | #include "types.h" |