cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/src/root.h [signed-commits]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/root.h [signed-commits]
Date: Fri, 14 Oct 2005 12:45:57 -0400

Index: ccvs/src/root.h
diff -u ccvs/src/root.h:1.21.2.1 ccvs/src/root.h:1.21.2.2
--- ccvs/src/root.h:1.21.2.1    Wed Oct 12 02:46:37 2005
+++ ccvs/src/root.h     Fri Oct 14 16:45:51 2005
@@ -13,6 +13,11 @@
 
 /* CVSroot data structures */
 
+#ifndef ROOT_H
+#define ROOT_H
+
+#include <stdbool.h>
+
 #include "sign.h"
 
 /* Access method specified in CVSroot. */
@@ -78,3 +83,5 @@
 struct config *get_root_allow_config (const char *arg, const char *configPath);
 const char *primary_root_translate (const char *root_in);
 const char *primary_root_inverse_translate (const char *root_in);
+
+#endif /* ROOT_H */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]