Fixed command.h file - addef header guardian 89/189989/4
authorKrzysztof Wieclaw <k.wieclaw@samsung.com>
Tue, 25 Sep 2018 13:38:03 +0000 (15:38 +0200)
committerKrzysztof Wieclaw <k.wieclaw@samsung.com>
Thu, 4 Oct 2018 13:36:36 +0000 (15:36 +0200)
Change-Id: Iac9baf92102c660008715a21019d086428369f64
Signed-off-by: Krzysztof Wieclaw <k.wieclaw@samsung.com>
inc/command.h

index 2d8ac3c..2efffeb 100644 (file)
@@ -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_