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>