include "../fortify.h" replaced by include "fortify.h" M.Z.
This commit is contained in:
2
task.c
2
task.c
@ -13,7 +13,7 @@
|
|||||||
----------------------------------------------------------------------------*/
|
----------------------------------------------------------------------------*/
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include "../fortify.h"
|
#include "fortify.h"
|
||||||
#include "task.h"
|
#include "task.h"
|
||||||
#define READY 1
|
#define READY 1
|
||||||
#define WAITING 2
|
#define WAITING 2
|
||||||
|
Reference in New Issue
Block a user