BUILD: Fix portability of NSS in file ipa_pwd.c

Tested-by: Timo Aaltonen <tjaalton@ubuntu.com>
This commit is contained in:
Lukas Slebodnik
2014-01-28 16:35:34 +01:00
committed by Martin Kosek
parent c919363538
commit a4faa2f444
3 changed files with 8 additions and 5 deletions

View File

@@ -27,10 +27,10 @@
#include <stdio.h>
#include <time.h>
#include <ctype.h>
#include <nss3/nss.h>
#include <nss3/nssb64.h>
#include <nss3/hasht.h>
#include <nss3/pk11pub.h>
#include <nss.h>
#include <nssb64.h>
#include <hasht.h>
#include <pk11pub.h>
#include <errno.h>
#include "ipa_pwd.h"