Skip to content

Commit

Permalink
Added missing header file declaration (#3587)
Browse files Browse the repository at this point in the history
This implements changes from IBPSA, issue 1816
  • Loading branch information
mwetter authored Nov 30, 2023
1 parent 4e82105 commit 8785739
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 8785739

Please sign in to comment.