Include stdint.h to fix build.

Pointed by:	Olivier Cochard-Labbé
This commit is contained in:
Andrey V. Elsukov 2013-07-29 12:49:32 +00:00
parent fb69d6083d
commit a87be193b3

View File

@ -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;