Skip to content

Commit

Permalink
Updated jpegexiforient.cc to include cstring for node 0.10.x and smartos
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycondon committed Mar 14, 2014
1 parent a403a18 commit ffc21a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jpegorientation",
"description": "Tool for getting, setting and rotating jpeg images based on Exif rotation information",
"version": "1.0.1",
"version": "1.0.2",
"author": {
"name": "Jeremy Condon",
"email": "jeremycondon@gmail.com"
Expand Down
1 change: 1 addition & 0 deletions src/jpegexiforient.cc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <cstring>
#include <node.h>
#include <v8.h>

Expand Down

0 comments on commit ffc21a3

Please sign in to comment.