Fix random warnings

Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
David Lamparter 2023-04-23 14:21:58 +02:00
parent c79b3afbbd
commit b2b7ade9c0
2 changed files with 4 additions and 2 deletions

View file

@ -5,6 +5,7 @@
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
#define _POSIX_C_SOURCE 200809L
#include "schema.capnp.h"
#include "str.h"
@ -12,6 +13,7 @@
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <ctype.h>
struct value {
struct Type t;