Skip to content

Commit

Permalink
Merge pull request GPSBabel#26 from ra1fh/openbsd-fix
Browse files Browse the repository at this point in the history
Fix compilation on OpenBSD
  • Loading branch information
robertlipe committed Jan 13, 2016
2 parents 585451c + b4994b5 commit d6e091b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zlib/contrib/minizip/ioapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#define ftello64 ftell
#define fseeko64 fseek
#else
#ifdef __FreeBSD__
#if defined(__FreeBSD__) || defined(__OpenBSD__)
#define fopen64 fopen
#define ftello64 ftello
#define fseeko64 fseeko
Expand Down

0 comments on commit d6e091b

Please sign in to comment.