1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-11 07:39:50 -04:00

Removed two redundant #include files in the djgpp section. They're already

included. (a Dan Fandrich fix)
This commit is contained in:
Daniel Stenberg 2004-01-26 07:55:16 +00:00
parent 5a58d51993
commit d10a941d29

View File

@ -111,8 +111,6 @@ void *xmalloc(size_t);
char *msdosify(char *); char *msdosify(char *);
char *rename_if_dos_device_name(char *); char *rename_if_dos_device_name(char *);
void xfree(void *); void xfree(void *);
#include <limits.h>
#include <fcntl.h>
struct pollfd { struct pollfd {
int fd; int fd;
int events; /* in param: what to poll for */ int events; /* in param: what to poll for */