summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_mm.c
diff options
context:
space:
mode:
authorjsorg71 <jay.sorg@gmail.com>2017-01-05 16:01:52 -0800
committerGitHub <noreply@github.com>2017-01-05 16:01:52 -0800
commit15a24ff1c4e35fdc6e9c8df0645ade44cddbafc5 (patch)
tree327e14eadc600cb20edaa6b44abcd4b6907b6621 /xrdp/xrdp_mm.c
parent5194311d9d9be3698e1afe9e70e479e501c5b830 (diff)
parent7ba3610787ed6ba1a69bcacfc3058ef626f7a3c8 (diff)
downloadxrdp-proprietary-15a24ff1c4e35fdc6e9c8df0645ade44cddbafc5.tar.gz
xrdp-proprietary-15a24ff1c4e35fdc6e9c8df0645ade44cddbafc5.zip
Merge pull request #612 from proski/includes
Use <> for system includes, move system includes above local ones
Diffstat (limited to 'xrdp/xrdp_mm.c')
-rw-r--r--xrdp/xrdp_mm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp_mm.c b/xrdp/xrdp_mm.c
index ea719417..ddbc89a8 100644
--- a/xrdp/xrdp_mm.c
+++ b/xrdp/xrdp_mm.c
@@ -29,7 +29,7 @@
#ifndef USE_NOPAM
#if defined(HAVE__PAM_TYPES_H)
#define LINUXPAM 1
-#include "security/_pam_types.h"
+#include <security/_pam_types.h>
#elif defined(HAVE_PAM_CONSTANTS_H)
#define OPENPAM 1
#include <security/pam_constants.h>