Skip to content

Commit

Permalink
Merge pull request #61 from droidvoider/master
Browse files Browse the repository at this point in the history
Added include for errno.h to resolve a compiler error only realized o…
  • Loading branch information
timwr authored Feb 27, 2017
2 parents db1813c + 3b6b2d8 commit d29fe79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dirtycow.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <err.h>
#include <errno.h>
#include <assert.h>
#include <dlfcn.h>
#include <stdio.h>
Expand Down Expand Up @@ -306,4 +307,4 @@ int dcow(int argc, const char * argv[])
}

return 0;
}
}

0 comments on commit d29fe79

Please sign in to comment.