From b613376a686476c45050ec5f0e825d5981cfe7bd Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 26 Oct 2019 22:23:53 +0100 Subject: [PATCH] Add missing includes. --- .idea/runConfigurations/dicremote.xml | 7 ------- main.c | 2 -- unix/network.c | 2 ++ 3 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 .idea/runConfigurations/dicremote.xml diff --git a/.idea/runConfigurations/dicremote.xml b/.idea/runConfigurations/dicremote.xml deleted file mode 100644 index cd26567..0000000 --- a/.idea/runConfigurations/dicremote.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/main.c b/main.c index e597e2e..5356c7c 100644 --- a/main.c +++ b/main.c @@ -17,10 +17,8 @@ #include "dicmote.h" -#include #include #include -#include int main() { diff --git a/unix/network.c b/unix/network.c index 256e872..8a6e3cd 100644 --- a/unix/network.c +++ b/unix/network.c @@ -20,7 +20,9 @@ #include #include +#include #include +#include #include int PrintNetworkAddresses()