diff options
Diffstat (limited to 'examples/xsh.c')
-rw-r--r-- | examples/xsh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xsh.c b/examples/xsh.c index 7ec5c7a2..e25531bb 100644 --- a/examples/xsh.c +++ b/examples/xsh.c @@ -5,7 +5,7 @@ /* Andrew Morgan (morgan@kernel.org) -- an example application * that invokes a shell, based on blank.c */ -#include <security/_pam_aconf.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> |