changed include <fortify/fortify.h> to include <fortify.h> M.Z.

This commit is contained in:
cvs
2003-03-14 13:59:30 +00:00
parent e1a62e26f3
commit a858f25522
3 changed files with 3 additions and 3 deletions

View File

@ -808,7 +808,7 @@
#else #else
#include <unistd.h> #include <unistd.h>
#ifdef FORTIFY #ifdef FORTIFY
#include <fortify/fortify.h> #include <fortify.h>
#endif #endif
#endif #endif
/*-----------------------------------------------------------------*/ /*-----------------------------------------------------------------*/

View File

@ -640,7 +640,7 @@
#else #else
#include <unistd.h> #include <unistd.h>
#ifdef FORTIFY #ifdef FORTIFY
#include <fortify/fortify.h> #include <fortify.h>
#endif #endif
#endif #endif
/*-----------------------------------------------------------------*/ /*-----------------------------------------------------------------*/

View File

@ -154,7 +154,7 @@
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#ifdef FORTIFY #ifdef FORTIFY
#include <fortify/fortify.h> #include <fortify.h>
#endif #endif
#include <sinq_prototypes.h> #include <sinq_prototypes.h>