included stddef for size_t

This commit is contained in:
Noah Swerhun 2021-09-18 22:17:15 -05:00
parent 6424b4b39b
commit c783a129a0

View file

@ -1,6 +1,8 @@
#ifndef FIELD_H
#define FIELD_H
#include <stddef.h>
#include "apple.h"
typedef struct field_T {