Imported Upstream version 2.5.1
[debian/amanda] / regex-src / cclass.h
index 017b43ddced090840c58bc8f31a8655f9c2ac86c..61a65cef429131a1278b93c690582f17ec33d3eb 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef CCLASS_H
+#define CCLASS_H
+
 /* character-class table */
 static struct cclass {
        char *name;
@@ -43,3 +46,5 @@ static struct cclass {
        NULL, NULL, ""
     }
 };
+
+#endif /* !CCLASS_H */