Skip to content

Commit

Permalink
Add errno.h for copy
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Apr 24, 2014
1 parent c2b7431 commit a272301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/copy.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include <sys/mman.h>
#include <fcntl.h>
Expand Down

0 comments on commit a272301

Please sign in to comment.