Skip to content

Commit

Permalink
Fix build with glibc 2.28 hyperic#127
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhanyin committed Aug 28, 2024
1 parent 48d9a53 commit a053a7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/os/linux/linux_sigar.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,13 @@
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/times.h>
#include <sys/types.h>
#include <sys/utsname.h>

#ifdef __GNU_LIBRARY__
#include <sys/sysmacros.h>
#endif

#include "sigar.h"
#include "sigar_private.h"
#include "sigar_util.h"
Expand Down

0 comments on commit a053a7b

Please sign in to comment.