Add <stddef.h>

This commit is contained in:
2019-04-28 19:37:59 +01:00
parent 40a0a729f1
commit 7eff792fb1
2 changed files with 4 additions and 1 deletions

View File

@@ -32,6 +32,8 @@ Copyright (C) 2011-2018 Natalia Portillo
#ifndef DIC_FSTESTER_SETTER_DEFS_H
#define DIC_FSTESTER_SETTER_DEFS_H
#include <stddef.h>
void GetOsInfo();
void GetVolumeInfo(const char *path, size_t *clusterSize);