replaced "../fortify.h" with "fortify.h" M.Z.

This commit is contained in:
cvs
2003-08-25 14:16:22 +00:00
parent b9c35befdd
commit 7ceb18416c
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
#include "dillutil.h"
#ifdef FORTIFY
#include "../fortify.h"
#include "fortify.h"
#endif
/*

View File

@ -47,7 +47,7 @@
#include <unistd.h>
#ifdef FORTIFY
#include "../fortify.h"
#include "fortify.h"
#endif
#include <stdarg.h>