Skip to content

Commit

Permalink
Merge pull request #1817 from ibpsa/issue1816_headerFiles
Browse files Browse the repository at this point in the history
Added missing header file declaration
  • Loading branch information
mwetter authored Nov 30, 2023
2 parents 9222d9d + 229122a commit 9a375d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions IBPSA/Resources/C-Sources/getTimeSpan.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
#define GETTIMESPAN_C_

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#include "ModelicaUtilities.h"

#include "getTimeSpan.h"
Expand Down

0 comments on commit 9a375d3

Please sign in to comment.