forked from Lainports/freebsd-ports
VOB source files, AC3 sound and divx output (and many more). sharfile disfunctional, each file should end with newline. mailclient seems to eat tabs away. PR: 32986 Submitted by: hendrik@scholz.net
14 lines
338 B
Text
14 lines
338 B
Text
--- libmp3lame/rtp.c Sun Dec 16 19:42:01 2001
|
|
+++ libmp3lame/rtp.c Sun Dec 16 19:42:17 2001
|
|
@@ -1,10 +1,10 @@
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
+#include <sys/types.h>
|
|
#include <netinet/in.h>
|
|
#include <unistd.h>
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
-#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <arpa/inet.h>
|
|
|