You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/mediatomb/files/mediatomb-0.12.1-gcc46.patch

14 lines
297 B

https://sourceforge.net/tracker/?func=detail&aid=3173314&group_id=129766&atid=715782
https://bugs.gentoo.org/353733
--- a/src/zmm/object.h
+++ b/src/zmm/object.h
@@ -33,6 +33,7 @@
#define __ZMM_OBJECT_H__
#include <new> // for size_t
+#include <cstddef>
#include "atomic.h"
namespace zmm