diff options
author | Martin Storsjö <martin@martin.st> | 2011-11-04 15:08:49 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-11-06 11:53:05 +0200 |
commit | 3607ed70d5ad44b6614cac27f9c833d24626635e (patch) | |
tree | 81d982f401c1be91e4e5ee84a3a071edb0a12135 /libavformat/os_support.c | |
parent | de8d1940b59a2e4b28caf067b70760f0ff4e352c (diff) | |
download | ffmpeg-3607ed70d5ad44b6614cac27f9c833d24626635e.tar.gz |
Remove leftover includes of strings.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/os_support.c')
-rw-r--r-- | libavformat/os_support.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/os_support.c b/libavformat/os_support.c index c6715f3cc3..889a005eeb 100644 --- a/libavformat/os_support.c +++ b/libavformat/os_support.c @@ -71,7 +71,6 @@ int ff_win32_open(const char *filename_utf8, int oflag, int pmode) #if !HAVE_INET_ATON #include <stdlib.h> -#include <strings.h> int ff_inet_aton (const char * str, struct in_addr * add) { |