Skip to content

Commit

Permalink
illumos defines _MAX macros in limits.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Oct 12, 2024
1 parent 39e0149 commit 79fc385
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/rrd_list.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
#include <dirent.h>
#endif
#include <sys/types.h>
#ifdef __illumos__
#include <limits.h> /* For *_MAX. */
#endif

#include "rrd_tool.h"
#include "rrd_client.h"
Expand Down

0 comments on commit 79fc385

Please sign in to comment.