From 5fd8b44e5aa5ad4d17ff52288a313131636be3b8 Mon Sep 17 00:00:00 2001 From: Adrian Pop Date: Fri, 16 Sep 2011 11:03:00 +0000 Subject: [PATCH] - added stdio.h for gcc 4.4 compilation. git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9831 f25d12d1-65f4-0310-ae8a-bbce733d8d8e --- c_runtime/interactive/socket_win.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/c_runtime/interactive/socket_win.cpp b/c_runtime/interactive/socket_win.cpp index f1ab3db9d3e..bd7ad3d67c3 100644 --- a/c_runtime/interactive/socket_win.cpp +++ b/c_runtime/interactive/socket_win.cpp @@ -18,6 +18,7 @@ #include #include #include +#include #include "socket.h" using namespace std;