replaced "../fortify.h" with "fortify.h" M.Z.
This commit is contained in:
@ -18,7 +18,7 @@
|
|||||||
#include "dillutil.h"
|
#include "dillutil.h"
|
||||||
|
|
||||||
#ifdef FORTIFY
|
#ifdef FORTIFY
|
||||||
#include "../fortify.h"
|
#include "fortify.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#ifdef FORTIFY
|
#ifdef FORTIFY
|
||||||
#include "../fortify.h"
|
#include "fortify.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
Reference in New Issue
Block a user