Skip to content

Commit

Permalink
Minor includes changes
Browse files Browse the repository at this point in the history
  • Loading branch information
a0rtega committed Oct 8, 2015
1 parent 72296da commit feeba7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pafish/vbox.c
Expand Up @@ -5,6 +5,7 @@
#include <string.h>
#include <stdio.h>
#include <tlhelp32.h>
#include <wbemidl.h>

#include "vbox.h"
#include "utils.h"
Expand Down
1 change: 1 addition & 0 deletions pafish/vmware.c
Expand Up @@ -2,6 +2,7 @@
#include <windows.h>
#include <string.h>
#include <stdio.h>
#include <wbemidl.h>

#include "vmware.h"
#include "types.h"
Expand Down

0 comments on commit feeba7b

Please sign in to comment.