Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
vo-amrwbenc
Commits
da9926f9
Commit
da9926f9
authored
Dec 19, 2010
by
Martin Storsjo
Browse files
Include stdlib.h instead of malloc.h for malloc
parent
1cd9dec1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
common/cmnMemory.c
common/cmnMemory.c
+1
-3
No files found.
common/cmnMemory.c
View file @
da9926f9
...
@@ -21,10 +21,8 @@
...
@@ -21,10 +21,8 @@
*******************************************************************************/
*******************************************************************************/
#include "cmnMemory.h"
#include "cmnMemory.h"
#include <malloc.h>
#include <stdlib.h>
#if defined LINUX
#include <string.h>
#include <string.h>
#endif
//VO_MEM_OPERATOR g_memOP;
//VO_MEM_OPERATOR g_memOP;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment