Skip to content

Commit

Permalink
Define u_short and u_long if needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
sortie authored and djmdjm committed Dec 3, 2024
1 parent d3a7ff7 commit 9da7fa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,9 @@ including rpc/rpc.h breaks Solaris 6
/* (or die trying) */

#ifndef HAVE_U_INT
typedef unsigned short u_short;
typedef unsigned int u_int;
typedef unsigned long u_long;
#endif

#ifndef HAVE_INTXX_T
Expand Down

0 comments on commit 9da7fa7

Please sign in to comment.