Skip to content

Commit

Permalink
Added missing header file declaration
Browse files Browse the repository at this point in the history
This implements changes from IBPSA, issue 1816
  • Loading branch information
mwetter committed Nov 29, 2023
1 parent 4e82105 commit 071c048
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Buildings/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 071c048

Please sign in to comment.