Skip to content

Commit 73a59b4

Browse files
committed
Only really need arpa/inet.h for htons(), Solaris notwithstanding.
1 parent ac0e16b commit 73a59b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/util/regress/uuid/uuid_test.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
#endif
2727
#include <string.h>
2828
#include <unistd.h>
29-
30-
#include <sys/types.h>
31-
#include <netinet/in.h>
3229
#include <arpa/inet.h>
3330

3431
#define SUDO_ERROR_WRAP 0

0 commit comments

Comments
 (0)