(compat_getopt.c) Include stdio.h

This commit is contained in:
twinaphex 2015-11-23 20:26:32 +01:00
parent ca5184f8df
commit ab6d8fe6cc

View File

@ -20,6 +20,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <stdio.h>
#include <ctype.h>
#include <string.h>