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