1
0
mirror of https://github.com/bgp/bgpq4.git synced 2024-05-11 05:55:05 +00:00

small modification to strlcpy.c so the flags discovered by ./configure are actually used during compilation

This commit is contained in:
Job Snijders
2013-12-04 22:14:53 +01:00
parent 260074661a
commit ccdf7d54aa

View File

@@ -27,6 +27,8 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "config.h"
#ifndef HAVE_STRLCPY
#include <sys/types.h>