[gnome-todo] todo: add safety guards on header



commit f43a1a1b8bc9de9278d0a06b776c7f59ebca313f
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Mon Feb 22 23:28:21 2016 -0300

    todo: add safety guards on header

 src/gnome-todo.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/gnome-todo.h b/src/gnome-todo.h
index aa51cb4..09fdf8e 100644
--- a/src/gnome-todo.h
+++ b/src/gnome-todo.h
@@ -16,6 +16,9 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#ifndef GNOME_TODO_H
+#define GNOME_TODO_H
+
 #include "engine/gtd-manager.h"
 #include "interfaces/gtd-activatable.h"
 #include "interfaces/gtd-panel.h"
@@ -28,3 +31,5 @@
 #include "gtd-task-list-view.h"
 #include "gtd-window.h"
 #include "gtd-types.h"
+
+#endif /* GNOME_TODO_H */


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