diff options
| author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2013-08-13 17:57:49 +0000 |
|---|---|---|
| committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2013-08-13 17:57:49 +0000 |
| commit | 7258eda1a0b6c631b3c3f59f5000797ca81e0bd2 (patch) | |
| tree | 8e989376a4510e8f18081fc45a8531015e3ab242 /src/VBox/Frontends/VBoxManage/VBoxManageNATNetwork.cpp | |
| parent | 9214a0f6dde4aee673ab51cd714c7326c10d17ec (diff) | |
| download | VirtualBox-svn-7258eda1a0b6c631b3c3f59f5000797ca81e0bd2.tar.gz | |
VBoxManage/natnetwork: include list on windows.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@47704 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Frontends/VBoxManage/VBoxManageNATNetwork.cpp')
| -rw-r--r-- | src/VBox/Frontends/VBoxManage/VBoxManageNATNetwork.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/VBox/Frontends/VBoxManage/VBoxManageNATNetwork.cpp b/src/VBox/Frontends/VBoxManage/VBoxManageNATNetwork.cpp index 735d62cdbff..354cec1d231 100644 --- a/src/VBox/Frontends/VBoxManage/VBoxManageNATNetwork.cpp +++ b/src/VBox/Frontends/VBoxManage/VBoxManageNATNetwork.cpp @@ -28,7 +28,9 @@ #include <VBox/com/VirtualBox.h> #endif /* !VBOX_ONLY_DOCS */ -#include <netinet/in.h> +#ifndef RT_OS_WINDOWS +# include <netinet/in.h> +#endif #define IPv6 |
