From 3ff5ddf04a4f8ee8d7aa7eecaed8a1d7168f00a5 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Tue, 2 Aug 2016 18:29:57 -0500 Subject: [PATCH] twice included --- packages/myddas/myddas_types.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/myddas/myddas_types.h b/packages/myddas/myddas_types.h index 6c48e8023..9ad5084d6 100644 --- a/packages/myddas/myddas_types.h +++ b/packages/myddas/myddas_types.h @@ -1,3 +1,7 @@ +#ifndef MYDDAS_TYPES_H + +#define MYDDAS_TYPES_H 1 + /* MYDDAS TYPES */ /* sizeof(MyddasPointer) Equal to the size of a integer on the given architecture */ /* sizeof(MyddasInt32) = 4 (Always) */ @@ -111,3 +115,4 @@ } #endif +#endif