Skip to content

Commit

Permalink
Merge branch 'feature/ECKIT-613' into feature/actor
Browse files Browse the repository at this point in the history
  • Loading branch information
danovaro committed Aug 3, 2023
2 parents cd41368 + 967b6a0 commit 408e340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/eckit/log/JSON.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#ifndef eckit_log_JSON_h
#define eckit_log_JSON_h

#include <sys/time.h>
#include <ctime>
#include <iosfwd>
#include <map>
Expand Down
2 changes: 1 addition & 1 deletion src/eckit/system/SystemInfoFreeBSD.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
#include <stdlib.h>

#include <sys/resource.h>
#include <sys/sysctl.h>
#include <sys/time.h>
#include <sys/types.h> // FreeBSD: must appear before sys/sysctl.h
#include <sys/sysctl.h>
#include <unistd.h>

#include <climits>
Expand Down

0 comments on commit 408e340

Please sign in to comment.