mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Add <stddef.h>
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -29,10 +29,11 @@ Contains global definitions
|
||||
Copyright (C) 2011-2018 Natalia Portillo
|
||||
*****************************************************************************/
|
||||
|
||||
#include "main.h"
|
||||
|
||||
#include "main.h"
|
||||
#include "defs.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#if defined(macintosh)
|
||||
|
||||
Reference in New Issue
Block a user