Skip to content

Commit

Permalink
- added stdio.h for gcc 4.4 compilation.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9831 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Sep 16, 2011
1 parent 405f3ae commit 5fd8b44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c_runtime/interactive/socket_win.cpp
Expand Up @@ -18,6 +18,7 @@
#include <winsock.h>
#include <io.h>
#include <iostream>
#include <stdio.h>
#include "socket.h"
using namespace std;

Expand Down

0 comments on commit 5fd8b44

Please sign in to comment.