mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-01 11:27:55 +00:00
Fix AIX build bustage.
Not part of default build.
This commit is contained in:
parent
e733042b84
commit
d74a3b867a
@ -23,8 +23,8 @@
|
||||
#ifndef __ART_MISC_H__
|
||||
#define __ART_MISC_H__
|
||||
|
||||
#include <stdlib.h> /* for malloc, etc. */
|
||||
|
||||
#include <stdlib.h> /* for malloc, etc. */
|
||||
#include <math.h> /* for M_PI, M_SQRT2 */
|
||||
/* The art_config.h file is automatically generated by
|
||||
gen_art_config.c and contains definitions of
|
||||
ART_SIZEOF_{CHAR,SHORT,INT,LONG} and art_u{8,16,32}. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user