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
1 changed files with 3 additions and 0 deletions

View File

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