Include stdint.h to fix build.
Pointed by: Olivier Cochard-Labbé
This commit is contained in:
parent
fb69d6083d
commit
a87be193b3
@ -25,11 +25,12 @@
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include <netipsec/ipsec.h>
|
||||
#include <netipsec/ah_var.h>
|
||||
#include <netipsec/esp_var.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
struct alg {
|
||||
int a;
|
||||
|
Loading…
x
Reference in New Issue
Block a user