aboutsummaryrefslogtreecommitdiff
path: root/test_conformance/conversions/fplib.h
diff options
context:
space:
mode:
Diffstat (limited to 'test_conformance/conversions/fplib.h')
-rw-r--r--test_conformance/conversions/fplib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/test_conformance/conversions/fplib.h b/test_conformance/conversions/fplib.h
index 534550a3..c69b1e89 100644
--- a/test_conformance/conversions/fplib.h
+++ b/test_conformance/conversions/fplib.h
@@ -13,6 +13,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
+#ifndef CONVERSIONS_FPLIB_H
+#define CONVERSIONS_FPLIB_H
+
#include <stdbool.h>
#include <stdint.h>
@@ -28,3 +31,5 @@ typedef enum
float qcom_u64_2_f32(uint64_t data, bool sat, roundingMode rnd);
float qcom_s64_2_f32(int64_t data, bool sat, roundingMode rnd);
+
+#endif