Build fixes for MiniVHD. Patch from shermanp.

This commit is contained in:
SarahW 2020-11-21 09:47:52 +00:00
commit 302d05c02a
8 changed files with 29 additions and 7 deletions

View file

@ -2,7 +2,9 @@
* \file
* \brief Header and footer serialize/deserialize functions
*/
#ifndef _FILE_OFFSET_BITS
#define _FILE_OFFSET_BITS 64
#endif
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>