Skip to content

Commit

Permalink
malloc.h -> stdlib.h (thanks nulani)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwild1 committed Oct 12, 2011
1 parent e04e4d5 commit 2ba1c9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/buffer_event.c
Expand Up @@ -3,7 +3,7 @@
#include "buffer_event.h"
#include "utility.h"
#include <lauxlib.h>
#include <malloc.h>
#include <stdlib.h>
#include "event_buffer.h"

#define BUFFER_EVENT_MT "BUFFER_EVENT_MT"
Expand Down
2 changes: 1 addition & 1 deletion src/event_buffer.c
Expand Up @@ -3,7 +3,7 @@

#include "event_buffer.h"
#include <lauxlib.h>
#include <malloc.h>
#include <stdlib.h>

#define EVENT_BUFFER_MT "EVENT_BUFFER_MT"

Expand Down

0 comments on commit 2ba1c9d

Please sign in to comment.