]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpproto.c
libavformat/mov.c: Free aes_decrypt to avoid leaking memory
[ffmpeg] / libavformat / rtpproto.c
index e706300a77f14e7b44370b30e003c879b95922be..1f0a82ac7e545db06b0f6ce517db851781be9fd7 100644 (file)
@@ -40,7 +40,7 @@
 #include "os_support.h"
 #include <fcntl.h>
 #if HAVE_POLL_H
-#include <sys/poll.h>
+#include <poll.h>
 #endif
 
 typedef struct RTPContext {