From 074f114ee4803916bfc99498d17582810630f30d Mon Sep 17 00:00:00 2001 From: alu Date: Sun, 11 Apr 2010 07:00:16 +0000 Subject: [PATCH] Added barriers to ltn_ant.h --- animations/ltn_ant.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/animations/ltn_ant.h b/animations/ltn_ant.h index 697f58c..146e82e 100644 --- a/animations/ltn_ant.h +++ b/animations/ltn_ant.h @@ -1 +1,6 @@ +#ifndef LTN_ANT_H_ +#define LTN_ANT_H + void ltn_ant(); + +#endif /* LTN_ANT_H_ */