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 x86/process and x64/process.cpp.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-10-27 02:48:45 +02:00
parent 2302350d78
commit 291bb7afb3
2 changed files with 4 additions and 0 deletions

View file

@ -22,6 +22,8 @@
*******************************************************************************/
#include <sys/types.h>
#include <stdint.h>
#include <string.h>

View file

@ -22,6 +22,8 @@
*******************************************************************************/
#include <sys/types.h>
#include <stdint.h>
#include <string.h>