Skip to content

Commit

Permalink
Add yet another sys/types.h :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Themaister committed Jan 7, 2011
1 parent 580bffc commit 5ab9b15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions file.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <sys/types.h>

ssize_t read_file(FILE *file, void **buf);

Expand Down

0 comments on commit 5ab9b15

Please sign in to comment.