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

@@ -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)