Skip to content
Snippets Groups Projects
Commit 14da0dd2 authored by Timothy B. Terriberry's avatar Timothy B. Terriberry
Browse files

Add <sys/types.h> for off_t.

This shouldn't be necessary, but apparently on OS X 10.4 fseeko()
 takes fpos_t instead of off_t, and thus doesn't guarantee that
 off_t is defined.
parent fbdaa5bd
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@
********************************************************************/
#include "internal.h"
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment