summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes.h b/includes.h
index 75349cf3e..06245fdce 100644
--- a/includes.h
+++ b/includes.h
@@ -67,12 +67,12 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
67#endif 67#endif
68#ifdef HAVE_LIBPAM 68#ifdef HAVE_LIBPAM
69# include <security/pam_appl.h> 69# include <security/pam_appl.h>
70#endif /* HAVE_PAM */ 70#endif
71 71
72#include "version.h" 72#include "version.h"
73#include "helper.h" 73#include "helper.h"
74#include "mktemp.h" 74#include "bsd-strlcpy.h"
75#include "strlcpy.h" 75#include "bsd-mktemp.h"
76 76
77/* Define this to be the path of the xauth program. */ 77/* Define this to be the path of the xauth program. */
78#ifndef XAUTH_PATH 78#ifndef XAUTH_PATH