Opened 19 years ago
Closed 19 years ago
#5060 closed defect (fixed)
missing include in net/arpwatch
Reported by: | nobody@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
On MacOS X, /usr/include/arpa/nameser.h does NOT include nameser_compat.h. This file needs to be included to successfully compile arpwatch, because a used struct (HEADER) is defined there.
Bugfix: #include <arpa/nameser_compat.h>
Change History (2)
comment:1 Changed 19 years ago by toby@…
Component: | base → dports |
---|---|
severity: | major → normal |
comment:2 Changed 19 years ago by toby@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
fixed