From: Krzysztof Wieclaw Date: Tue, 25 Sep 2018 13:38:03 +0000 (+0200) Subject: Fixed command.h file - addef header guardian X-Git-Url: http://review.tizen.org/git/?p=apps%2Fnative%2Fgear-racing-car.git;a=commitdiff_plain;h=3c39cc6e97e41079be2c5ab6dc7b135e4c592b86 Fixed command.h file - addef header guardian Change-Id: Iac9baf92102c660008715a21019d086428369f64 Signed-off-by: Krzysztof Wieclaw --- diff --git a/inc/command.h b/inc/command.h index 2d8ac3c..2efffeb 100644 --- a/inc/command.h +++ b/inc/command.h @@ -14,6 +14,8 @@ * limitations under the License. */ +#ifndef COMMAND_H_ +#define COMMAND_H_ /** * @brief Types of commands used in communication. @@ -40,3 +42,5 @@ typedef struct __command { } camera_position; } data; } command_s; + +#endif //COMMAND_H_