Add `stdlib.h` to header. Needed for `size_t`.

pull/25/head
Adam Mackler 10 years ago
parent 5ce27a1e1a
commit 82ea549661

@ -24,6 +24,7 @@
#ifndef __RAND_H__
#define __RAND_H__
#include <stdlib.h>
#include <stdint.h>
void init_rand(void);

Loading…
Cancel
Save