diff --git a/include/upm_math.h b/include/upm_math.h index de423ed1..7b8122b5 100644 --- a/include/upm_math.h +++ b/include/upm_math.h @@ -1,5 +1,6 @@ /* * Authors: + * Jon Trulson * Copyright (c) 2016 Intel Corporation. * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,11 +25,13 @@ #ifndef UPM_MATH_H_ #define UPM_MATH_H_ +#include + #ifdef __cplusplus extern "C" { #endif -#ifdef linux +#if defined(UPM_PLATFORM_LINUX) || defined(UPM_PLATFORM_ZEPHYR) #include #endif