diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2024-12-16 06:54:22 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2024-12-16 06:54:22 (GMT) |
commit | 5da8b16972f6d9ce34c3c200b3acabace9b956f5 (patch) | |
tree | e215f8d93d8950b576ad063ff78028dd5cec241a /src/common/entropy.h | |
parent | c9207edf32d966e67bccc1ed82cf0958de459817 (diff) |
Move some basic data type definitions.
Diffstat (limited to 'src/common/entropy.h')
-rw-r--r-- | src/common/entropy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/entropy.h b/src/common/entropy.h index b677a77..cfd51ef 100644 --- a/src/common/entropy.h +++ b/src/common/entropy.h @@ -26,9 +26,10 @@ #include <stdbool.h> +#include <stddef.h> -#include "../arch/archbase.h" +#include "../common/datatypes.h" |