Skip to content

Commit

Permalink
- Fix for errorext.cpp on Linux (missing string.h for strcmp; OSX and…
Browse files Browse the repository at this point in the history
… Win32 doesn't require it).

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5165 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Mar 18, 2010
1 parent 347a43c commit 5e47787
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/runtime/errorext.cpp
Expand Up @@ -33,6 +33,7 @@
#include <queue>
#include <stack>
#include <list>
#include <string.h>
#include <stdlib.h>
#include <utility>

Expand Down

0 comments on commit 5e47787

Please sign in to comment.