From e5cc00096e7b0700c75160c62f598a8af412c082 Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Fri, 16 Mar 2018 10:39:26 -0600 Subject: Refactored how the persistence (now called sensor_activations) worked --- include/libsurvive/survive_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libsurvive/survive_types.h') diff --git a/include/libsurvive/survive_types.h b/include/libsurvive/survive_types.h index ce0baac..3c7dc7f 100644 --- a/include/libsurvive/survive_types.h +++ b/include/libsurvive/survive_types.h @@ -1,6 +1,8 @@ #ifndef _SURVIVE_TYPES_H #define _SURVIVE_TYPES_H +#include "stdint.h" + #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3