Skip to content

Commit

Permalink
Merge pull request #409 from LLNL/mcm86-03sep24-thesamesam-gcc14
Browse files Browse the repository at this point in the history
Backport of difftime fix
  • Loading branch information
markcmiller86 authored Sep 3, 2024
2 parents 9bb4917 + 4fcf74e commit db70a13
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/TestReadMask.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,12 @@ product endorsement purposes.
*/
#include <stdio.h>
#include <silo.h>
#include <string.h>
#ifndef _WIN32
#include <sys/time.h>
#else
#include <string.h>
#include <time.h>
#endif
#include <sys/timeb.h>
#include <time.h>
#include <std.c>

/* To compile this program on hyper, here is the command:
Expand Down

0 comments on commit db70a13

Please sign in to comment.