diff options
Diffstat (limited to 'src/core/random.c')
| -rw-r--r-- | src/core/random.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/random.c b/src/core/random.c index c15bb6de3..0d914c909 100644 --- a/src/core/random.c +++ b/src/core/random.c @@ -5,6 +5,7 @@ */ #include <stdlib.h> +#include <etherboot.h> static int32_t rnd_seed = 0; |
