Commit e251c8 "uuid: Break code to read /dev/urandom into a new module"
carelessly introduced a few warnings, which this commit fixes up.
#include <fcntl.h>
#include <sys/time.h>
#include <sys/types.h>
+#include <unistd.h>
#include "aes128.h"
#include "entropy.h"
BUILD_ASSERT_DECL(sizeof counter == 16);
static void do_init(void);
-static void read_urandom(void *buffer, size_t n);
/*
* Initialize the UUID module. Aborts the program with an error message if