We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent becc66e commit 99b644cCopy full SHA for 99b644c
2 files changed
src/config_unix.h
@@ -73,7 +73,6 @@
73
#include <stdint.h>
74
75
#include <limits.h>
76
-#include <pwd.h>
77
#include <signal.h>
78
#include <ctype.h>
79
src/rtp/rtp.c
@@ -76,6 +76,10 @@
#include "config_win32.h"
#endif // defined HAVE_CONFIG_H
+#ifndef _WIN32
80
+#include <pwd.h>
81
+#endif
82
+
83
#include <errno.h>
84
#include <inttypes.h>
85
#include <stdatomic.h>
0 commit comments