PR #404: Include stddef.h for size_t

This commit is contained in:
Guy McSwain 2020-12-18 19:15:47 -06:00
parent d898affb2a
commit 0daad582ac
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ For more information, please refer to <http://unlicense.org/>
#ifndef PIGPIO_H
#define PIGPIO_H
#include <stddef.h>
#include <stdint.h>
#include <pthread.h>