Include stddef.h in integrator_c_intf.h. Refs #249

This commit is contained in:
John M. Penn 2016-06-10 15:46:10 -05:00
parent af8548ce6a
commit 7ae371c72e

View File

@ -1,6 +1,8 @@
#ifndef INTEGRATOR_C_INTF_H
#define INTEGRATOR_C_INTF_H
#include <stddef.h>
#ifdef __cplusplus
extern "C" {
#endif