Skip to content

Commit

Permalink
Added missing header file declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Nov 29, 2023
1 parent 9222d9d commit 229122a
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 229122a

Please sign in to comment.