]> git.feebdaed.xyz Git - 0xmirror/pigpio.git/commitdiff
PR #404: Include stddef.h for size_t
authorGuy McSwain <guy.mcswain@gmail.com>
Sat, 19 Dec 2020 01:15:47 +0000 (19:15 -0600)
committerGuy McSwain <guy.mcswain@gmail.com>
Sat, 19 Dec 2020 01:15:47 +0000 (19:15 -0600)
pigpio.h

index 2f9fc648cfab356bd71863fc9f8b963e380be44f..08aadac14bfc7bbdcec6c41d2a8962148bbabcdc 100644 (file)
--- a/pigpio.h
+++ b/pigpio.h
@@ -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>