Skip to content

Commit

Permalink
- fix Windows build (include the needed headers).
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16948 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Aug 29, 2013
1 parent a1213a1 commit 49c8ab8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Compiler/runtime/Socket_omc.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
*
*/

#include <stdio.h>
#include <meta_modelica.h>

#if defined(__MINGW32__) || defined(_MSC_VER)

extern int Socket_waitforconnect(int _inInteger)
Expand Down

0 comments on commit 49c8ab8

Please sign in to comment.