Include stddef.h in iostream.h

This header need to be included to successfully generate Go-bindings.
This commit is contained in:
Calle Gunnarsson 2018-06-15 23:35:56 +02:00 committed by Jef Driesen
parent ff1ee12770
commit 4da94a7285

View File

@ -22,6 +22,7 @@
#ifndef DC_IOSTREAM_H
#define DC_IOSTREAM_H
#include <stddef.h>
#include <libdivecomputer/common.h>
#include <libdivecomputer/context.h>