included stddef for size_t
This commit is contained in:
parent
6424b4b39b
commit
c783a129a0
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#ifndef FIELD_H
|
||||
#define FIELD_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "apple.h"
|
||||
|
||||
typedef struct field_T {
|
||||
|
|
Loading…
Reference in a new issue