Browse Source

Add appropriate headers for exit and printf.

Originally committed as revision 9268 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
a65bafeff0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      cws2fws.c

+ 2
- 0
cws2fws.c View File

@@ -8,6 +8,8 @@

#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <zlib.h>



Loading…
Cancel
Save