Skip to content

Commit

Permalink
Added test so that malloc.h only included if not Mac OS X.
Browse files Browse the repository at this point in the history
  • Loading branch information
brandt committed Jul 5, 2012
1 parent 57604cf commit 9a5033d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions symlinks.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
#endif
#include <stdio.h>
#include <stdlib.h>
#if !defined(__APPLE__)
#include <malloc.h>
#endif
#include <string.h>
#include <fcntl.h>
#include <sys/param.h>
Expand Down

0 comments on commit 9a5033d

Please sign in to comment.