Skip to content

Commit

Permalink
Fix RML sources
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15057 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Feb 5, 2013
1 parent 2a1dce8 commit b8408cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Compiler/runtime/Corba_rml.cpp
Expand Up @@ -30,10 +30,11 @@

// includes for both linux and windows
extern "C" {

#include "../Values.h"
#include "rml.h"
}
#include "corbaimpl.cpp"
extern "C" {

void Corba_5finit(void)
{
Expand Down
2 changes: 1 addition & 1 deletion Compiler/runtime/Database_rml.c
@@ -1,4 +1,4 @@

#include <rml.h>
#include "Database.c"

void Database_5finit(void)
Expand Down

0 comments on commit b8408cf

Please sign in to comment.