mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Add missing includes to <sortix/kernel/crc32.h>.
This commit is contained in:
parent
b09267c622
commit
e16edd71b5
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@
|
|||
#ifndef SORTIX_CRC32_H
|
||||
#define SORTIX_CRC32_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
namespace Sortix {
|
||||
namespace CRC32 {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue