hotfix: include process.h header correctly
This commit is contained in:
parent
585c820853
commit
63635b5f06
|
@ -1,9 +1,9 @@
|
|||
#include <stdio.h>
|
||||
#include <process.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "kernel.h"
|
||||
#include "random.h"
|
||||
#include "process.h"
|
||||
|
||||
#include "config.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue