import <stddef.h> from <libgcgi.h> - libgcgi - REST library for Gopher
(HTM) git clone git://bitreich.org/libgcgi/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/libgcgi/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
(DIR) commit 80756f52930851d6ea61fa31c39db3e79f488cce
(DIR) parent d95300e6a57bb44417aa2ea8051cfeb3729e84c4
(HTM) Author: Josuah Demangeon <me@josuah.net>
Date: Thu, 4 Aug 2022 21:18:36 +0200
import <stddef.h> from <libgcgi.h>
Make it slightly easier to import <libgcgi.h>, by including
<stddef.h> from it.
It helps when the developer does not need any size_t in
its own code, but still need libgcgi.h.
Diffstat:
M libgcgi.h | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/libgcgi.h b/libgcgi.h
@@ -1,3 +1,5 @@
+#include <stddef.h>
+
#ifndef LIBGCGI_H
#define LIBGCGI_H