We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12912b3 commit fd8d42bCopy full SHA for fd8d42b
1 file changed
test/test_net_udp.c
@@ -34,10 +34,7 @@
34
* SUCH DAMAGE.
35
*/
36
37
-#include "config.h"
38
-#include "config_unix.h"
39
-#include "config_win32.h"
40
-
+#include <stdio.h>
41
#include <stdlib.h>
42
#ifndef WIN32
43
#include <sys/wait.h>
@@ -47,6 +44,8 @@
47
44
#include "rtp/net_udp.h"
48
45
#include "test_net_udp.h"
49
46
+#include <string.h>
+
50
#define BUFSIZE 1024
51
52
static void randomize(char buf[], int buflen)
0 commit comments