Skip to content

Commit

Permalink
Merge pull request #24 from tomboland/master
Browse files Browse the repository at this point in the history
swapping the order of sys/types.h and sys/stat.h to resolve the error…
  • Loading branch information
dirtycow committed Oct 24, 2016
2 parents eb03280 + 9657978 commit a77aa37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pokemon.c
Expand Up @@ -5,8 +5,8 @@
#include <stdio.h> //// (___)
#include <stdint.h> //// (o o)_____/
#include <sys/mman.h> //// @@ ` \
#include <sys/stat.h> //// \ ____, /miltank
#include <sys/types.h> //// // //
#include <sys/types.h> //// \ ____, /miltank
#include <sys/stat.h> //// // //
#include <sys/wait.h> //// ^^ ^^
#include <sys/ptrace.h> //// mmap bc757000
#include <unistd.h> //// madvise 0
Expand Down

0 comments on commit a77aa37

Please sign in to comment.