2e2cfce7ed
See http://www.mozilla.com/en-US/firefox/6.0/releasenotes/. Remove patches merged upstream (#648721, #651461, #643122, #634609 and maybe others). ok rpointel@
12 lines
448 B
Plaintext
12 lines
448 B
Plaintext
$OpenBSD: patch-memory_mozalloc_mozalloc_cpp,v 1.2 2011/08/23 20:14:52 landry Exp $
|
|
--- memory/mozalloc/mozalloc.cpp.orig Fri Jul 22 00:18:49 2011
|
|
+++ memory/mozalloc/mozalloc.cpp Sat Jul 30 15:37:51 2011
|
|
@@ -45,6 +45,7 @@
|
|
#include <sys/types.h>
|
|
|
|
#if defined(MALLOC_H)
|
|
+#include <sys/types.h>
|
|
# include MALLOC_H // for memalign, valloc where available
|
|
#endif // if defined(MALLOC_H)
|
|
#include <stddef.h> // for size_t
|