svn commit: r257362 - head/contrib/gcclibs/libssp

Sean Bruno sbruno at FreeBSD.org
Tue Oct 29 20:36:04 UTC 2013


Author: sbruno
Date: Tue Oct 29 20:36:04 2013
New Revision: 257362
URL: http://svnweb.freebsd.org/changeset/base/257362

Log:
  Quiesce warning by including appropriate header file

Modified:
  head/contrib/gcclibs/libssp/ssp.c

Modified: head/contrib/gcclibs/libssp/ssp.c
==============================================================================
--- head/contrib/gcclibs/libssp/ssp.c	Tue Oct 29 20:35:35 2013	(r257361)
+++ head/contrib/gcclibs/libssp/ssp.c	Tue Oct 29 20:36:04 2013	(r257362)
@@ -56,6 +56,8 @@ Software Foundation, 51 Franklin Street,
 # include <syslog.h>
 #endif
 
+#include <stdlib.h>
+
 void *__stack_chk_guard = 0;
 
 static void __attribute__ ((constructor))


More information about the svn-src-head mailing list