Include stddef.h in iostream.h
This header need to be included to successfully generate Go-bindings.
This commit is contained in:
parent
ff1ee12770
commit
4da94a7285
@ -22,6 +22,7 @@
|
||||
#ifndef DC_IOSTREAM_H
|
||||
#define DC_IOSTREAM_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <libdivecomputer/common.h>
|
||||
#include <libdivecomputer/context.h>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user