Skip to content

Commit

Permalink
add missing stdlib.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Mehlis committed Nov 20, 2013
1 parent 46e82cb commit 45ffdea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpu/native/native_cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
*/
#include <stdio.h>
#include <stdlib.h>
#ifdef __MACH__
#define _XOPEN_SOURCE
#endif
Expand Down

0 comments on commit 45ffdea

Please sign in to comment.