import <stddef.h> from <libgcgi.h> - libgcgi - REST library for Gopher | |
git clone git://bitreich.org/libgcgi/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinw… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 80756f52930851d6ea61fa31c39db3e79f488cce | |
parent d95300e6a57bb44417aa2ea8051cfeb3729e84c4 | |
Author: Josuah Demangeon <[email protected]> | |
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(-) | |
--- | |
diff --git a/libgcgi.h b/libgcgi.h | |
@@ -1,3 +1,5 @@ | |
+#include <stddef.h> | |
+ | |
#ifndef LIBGCGI_H | |
#define LIBGCGI_H | |