fips-prf: Remove superfluous <arpa/inet.h> include
As we make no use of htonl() and friends, this is unneeded, but actually prevents a Windows build.
This commit is contained in:
@@ -15,8 +15,6 @@
|
|||||||
|
|
||||||
#include "fips_prf.h"
|
#include "fips_prf.h"
|
||||||
|
|
||||||
#include <arpa/inet.h>
|
|
||||||
|
|
||||||
#include <utils/debug.h>
|
#include <utils/debug.h>
|
||||||
|
|
||||||
typedef struct private_fips_prf_t private_fips_prf_t;
|
typedef struct private_fips_prf_t private_fips_prf_t;
|
||||||
|
|||||||
Reference in New Issue
Block a user