Skip to content

Commit

Permalink
Unbreak build on FreeBSD.
Browse files Browse the repository at this point in the history
A header added by IWYU does not exist on FreeBSD; turns out it's not
meant to be explicitly included anyway.
  • Loading branch information
divVerent committed Sep 17, 2018
1 parent f6e4bc2 commit 7f12231
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helpers/auth_pam_x11.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ limitations under the License.
#include <X11/Xlib.h> // for DefaultScreen, Screen, XCreateGC
#include <locale.h> // for NULL, setlocale, LC_CTYPE
#include <pwd.h> // for getpwuid_r, passwd
#include <security/_pam_types.h> // for pam_strerror, PAM_SUCCESS, pam_s...
#include <security/pam_appl.h> // for pam_end, pam_start, pam_acct_mgmt
#include <stdlib.h> // for rand, free, mblen, size_t, exit
#include <string.h> // for strlen, memcpy, memset, size_t
Expand Down

0 comments on commit 7f12231

Please sign in to comment.