mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
13 lines
243 B
C
13 lines
243 B
C
--- alclib/mad.h.orig 2016-03-08 14:49:04 UTC
|
|
+++ alclib/mad.h
|
|
@@ -35,7 +35,10 @@
|
|
#define _MAD_H_
|
|
|
|
#ifdef LINUX
|
|
+#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
#include <netinet/in.h>
|
|
+#include <arpa/inet.h>
|
|
#endif
|
|
|
|
#include "utils.h"
|