maint: fix build

include stdint.h to fix the build
This commit is contained in:
Stefan Berger 2011-11-15 14:56:05 -05:00
parent 5240ad6580
commit c2cc02ea98

View File

@ -23,6 +23,8 @@
#ifndef __VIR_NETDEV_VPORT_PROFILE_H__
# define __VIR_NETDEV_VPORT_PROFILE_H__
# include <stdint.h>
# include "internal.h"
# include "uuid.h"
# include "util.h"