diff options
Diffstat (limited to 'src/node_os.cc')
-rw-r--r-- | src/node_os.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/node_os.cc b/src/node_os.cc index b854961132..c09458e60d 100644 --- a/src/node_os.cc +++ b/src/node_os.cc @@ -20,10 +20,10 @@ // USE OR OTHER DEALINGS IN THE SOFTWARE. -#include <node.h> -#include <node_os.h> +#include "node.h" +#include "node_os.h" -#include <v8.h> +#include "v8.h" #include <errno.h> #include <string.h> |