Skip to content

Commit

Permalink
Merge pull request networkupstools#2475 from ffontaine/master
Browse files Browse the repository at this point in the history
clients/upsclient.h: include sys/types.h
  • Loading branch information
jimklimov authored Jun 25, 2024
2 parents 5a34cbe + b218e1e commit 7856ca4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clients/upsclient.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
# endif
#endif

#if defined HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif

#ifdef __cplusplus
/* *INDENT-OFF* */
extern "C" {
Expand Down

0 comments on commit 7856ca4

Please sign in to comment.