svn commit: r261609 - head/contrib/libcxxrt

Dimitry Andric dim at FreeBSD.org
Fri Feb 7 21:34:10 UTC 2014


Author: dim
Date: Fri Feb  7 21:34:09 2014
New Revision: 261609
URL: http://svnweb.freebsd.org/changeset/base/261609

Log:
  Pull in upstream libcxxrt commit 8006101, which makes its cxxabi.h file
  compilable just by itself.
  
  PR:		kern/184019
  MFC after:	3 days

Modified:
  head/contrib/libcxxrt/cxxabi.h

Modified: head/contrib/libcxxrt/cxxabi.h
==============================================================================
--- head/contrib/libcxxrt/cxxabi.h	Fri Feb  7 21:17:20 2014	(r261608)
+++ head/contrib/libcxxrt/cxxabi.h	Fri Feb  7 21:34:09 2014	(r261609)
@@ -22,6 +22,7 @@
 
 #ifndef __CXXABI_H_
 #define __CXXABI_H_
+#include <stddef.h>
 #include <stdint.h>
 #include "unwind.h"
 namespace std 


More information about the svn-src-head mailing list