diff options
-rwxr-xr-x | deheader | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1165,7 +1165,8 @@ requirements = ( # Dependencies observed on systems other than the Linux this was # developed under. - (r"<sys/socket.h>", ["<sys/stat.h>", "<sys/types.h>"]), + (r"<sys/socket.h>", ["<sys/stat.h>", "<sys/types.h>"]), + (r"<arpa/inet.h>", ["<netinet/in.h>"]), ) class Baton: |