changed include <fortify/fortify.h> to include <fortify.h> M.Z.
This commit is contained in:
@ -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
|
||||||
/*-----------------------------------------------------------------*/
|
/*-----------------------------------------------------------------*/
|
||||||
|
@ -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
|
||||||
/*-----------------------------------------------------------------*/
|
/*-----------------------------------------------------------------*/
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user