diff options
| author | Joseph Richey <joerichey@google.com> | 2019-07-26 18:08:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-26 18:08:34 -0700 |
| commit | 73992db882786db9e2c1ac63f101f77a9d90a0a6 (patch) | |
| tree | 787fe5a4921ad513bd9fa1a9cebeb65ea929d3f3 /pam/pam.c | |
| parent | 8956903569b187652d7f068800c240b24cb2e41e (diff) | |
Update Travis to use Ubuntu 18.04 and Go 1.12 (#135)
Fixes CI issues
Diffstat (limited to 'pam/pam.c')
| -rw-r--r-- | pam/pam.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -19,11 +19,10 @@ #include "pam.h" +#include <security/pam_appl.h> #include <stdio.h> #include <stdlib.h> #include <string.h> - -#include <security/pam_appl.h> #include <sys/mman.h> // mlock/munlock #include "_cgo_export.h" // for input callbacks |