Added include checks
authorkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 9 Oct 2007 16:55:22 +0000 (16:55 +0000)
committerkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 9 Oct 2007 16:55:22 +0000 (16:55 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@450 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/src/attr.h

index 7b2535a..c0703b2 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef NAVIT_ATTR_H
+#define NAVIT_ATTR_H
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -37,3 +40,5 @@ void attr_free(struct attr *attr);
 #ifdef __cplusplus
 }
 #endif
+
+#endif