summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_mm.c
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2017-01-04 13:13:20 -0800
committerPavel Roskin <plroskin@gmail.com>2017-01-04 13:13:20 -0800
commit7ba3610787ed6ba1a69bcacfc3058ef626f7a3c8 (patch)
tree9bc499a9b0338591a3f7bb899d5a1f911df43ca7 /xrdp/xrdp_mm.c
parentedd8d5e60d88289c2aea407f7d65a4bbd396b897 (diff)
downloadxrdp-proprietary-7ba3610787ed6ba1a69bcacfc3058ef626f7a3c8.tar.gz
xrdp-proprietary-7ba3610787ed6ba1a69bcacfc3058ef626f7a3c8.zip
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>