Commit 68b08abb authored by Bodo Möller's avatar Bodo Möller
Browse files

Make sure the size_t declaration is available.

parent cee3fffa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -59,6 +59,8 @@
#ifndef HEADER_RAND_H
#define HEADER_RAND_H

#include <stdlib.h>

#ifdef  __cplusplus
extern "C" {
#endif