Skip to content

Commit

Permalink
switching to stdlib.h which works on both apple and linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Jenson committed Sep 24, 2011
1 parent 1a31b6f commit 724cac3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions stdlib/share.c
@@ -1,8 +1,6 @@
#include "liml.h"

#if !defined(__APPLE__)
#include <malloc.h>
#endif
#include <stdlib.h>

typedef struct{
lvalue counter ;
Expand Down

0 comments on commit 724cac3

Please sign in to comment.