Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index 6335879d63a4ebd43e65e912074abed914331423..750adf83d6bce7f8fcd795325cb710890d7d11ed 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -15,7 +15,11 @@ |
| #ifndef V8_H_ |
| #define V8_H_ |
| -#include "v8stdint.h" |
| +#include <stddef.h> |
| +#include <stdint.h> |
| +#include <stdio.h> |
| + |
| +#include "v8config.h" |
| // We reserve the V8_* prefix for macros defined in V8 public API and |
| // assume there are no name conflicts with the embedder's code. |