1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

Fix warning about undefined sscanf on Mac OS X

This commit is contained in:
Jonas Fonseca 2006-10-14 05:12:23 +02:00
parent 3e5b4b7adf
commit 9b5446a025

View File

@ -6,6 +6,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <sys/types.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>