Add #ifndef __PRIVILEGES_H__ / #define / #endif logic to prevent multiple
authorStephen Fisher <steve@stephen-fisher.com>
Wed, 1 Dec 2010 18:16:41 +0000 (18:16 -0000)
committerStephen Fisher <steve@stephen-fisher.com>
Wed, 1 Dec 2010 18:16:41 +0000 (18:16 -0000)
inclusions of privileges.h.

svn path=/trunk/; revision=35092

wsutil/privileges.h

index 7526a8ce754d3518098d915564407168247ead5d..9bb1430c94fa34c16dc9b9162ccdf370dbf24caa 100644 (file)
@@ -22,6 +22,9 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
+#ifndef __PRIVILEGES_H__
+#define __PRIVILEGES_H__
+
 /**
  * Called when the program starts, to enable security features and save
  * whatever credential information we'll need later.
@@ -72,3 +75,5 @@ extern gchar *get_cur_groupname(void);
  */
 extern gboolean npf_sys_is_running();
 #endif
+
+#endif /* __PRIVILEGES_H__ */