Skip to content

Commit

Permalink
- Add missing #include in rtclock.c
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6107 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Sep 13, 2010
1 parent 9f11b67 commit cebff61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Compiler/runtime/rtclock.c
Expand Up @@ -28,6 +28,8 @@
*
*/

#include "rtclock.h"

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

#include <windows.h>
Expand Down

0 comments on commit cebff61

Please sign in to comment.