summaryrefslogtreecommitdiff
path: root/source3/include/util_getent.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/util_getent.h')
-rw-r--r--source3/include/util_getent.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/util_getent.h b/source3/include/util_getent.h
index 11926b8964..877d272ceb 100644
--- a/source3/include/util_getent.h
+++ b/source3/include/util_getent.h
@@ -19,6 +19,9 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#ifndef _UTIL_GETENT_H
+#define _UTIL_GETENT_H
+
/* element for a single linked list of group entries */
/* replace the use of struct group in some cases */
/* used by getgrent_list() */
@@ -43,3 +46,5 @@ struct sys_pwent {
char *pw_shell;
struct sys_pwent *next;
};
+
+#endif /* _UTIL_GETENT_H */