Skip to content

Commit ac0e16b

Browse files
committed
Add missing headers to get htons() prototype.
1 parent bad2bd1 commit ac0e16b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/util/regress/uuid/uuid_test.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
#include <string.h>
2828
#include <unistd.h>
2929

30+
#include <sys/types.h>
31+
#include <netinet/in.h>
32+
#include <arpa/inet.h>
33+
3034
#define SUDO_ERROR_WRAP 0
3135

3236
#include <sudo_compat.h>

0 commit comments

Comments
 (0)