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/kthread.h>.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-10-27 02:05:00 +02:00
parent d02b3422c1
commit b09267c622

View file

@ -25,6 +25,8 @@
#ifndef SORTIX_KTHREAD_H
#define SORTIX_KTHREAD_H
#include <stddef.h>
#include <sortix/signal.h>
namespace Sortix {