| Index: src/scanner.h
|
| diff --git a/src/scanner.h b/src/scanner.h
|
| index c512ec3fefb68c6ecc858b2351d62dfbd134e046..54ca13b2e4f083f98efcaed9cb6b631d001ea1d0 100644
|
| --- a/src/scanner.h
|
| +++ b/src/scanner.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2011 the V8 project authors. All rights reserved.
|
| +// Copyright 2012 the V8 project authors. All rights reserved.
|
| // Redistribution and use in source and binary forms, with or without
|
| // modification, are permitted provided that the following conditions are
|
| // met:
|
| @@ -30,7 +30,7 @@
|
| #ifndef V8_SCANNER_H_
|
| #define V8_SCANNER_H_
|
|
|
| -#include "allocation.h"
|
| +#include <string.h>
|
| #include "char-predicates.h"
|
| #include "checks.h"
|
| #include "globals.h"
|
|
|