1
0
Fork 0
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:
Jonas 'Sortie' Termansen 2013-10-27 22:16:49 +01:00
parent b09267c622
commit e16edd71b5

View file

@ -28,6 +28,9 @@
#ifndef SORTIX_CRC32_H
#define SORTIX_CRC32_H
#include <stddef.h>
#include <stdint.h>
namespace Sortix {
namespace CRC32 {