From feeba7ba8e38f71923230ee30105c0a9578a0361 Mon Sep 17 00:00:00 2001 From: Alberto Ortega Date: Thu, 8 Oct 2015 19:22:39 +0200 Subject: [PATCH] Minor includes changes --- pafish/vbox.c | 1 + pafish/vmware.c | 1 + 2 files changed, 2 insertions(+) diff --git a/pafish/vbox.c b/pafish/vbox.c index 6ea3b60..84b0463 100644 --- a/pafish/vbox.c +++ b/pafish/vbox.c @@ -5,6 +5,7 @@ #include #include #include +#include #include "vbox.h" #include "utils.h" diff --git a/pafish/vmware.c b/pafish/vmware.c index 1f4eb85..417cced 100644 --- a/pafish/vmware.c +++ b/pafish/vmware.c @@ -2,6 +2,7 @@ #include #include #include +#include #include "vmware.h" #include "types.h"