Skip to content
Snippets Groups Projects
Commit d10a941d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

included. (a Dan Fandrich fix)
parent 5a58d519
No related branches found
No related tags found
No related merge requests found
......@@ -111,8 +111,6 @@ void *xmalloc(size_t);
char *msdosify(char *);
char *rename_if_dos_device_name(char *);
void xfree(void *);
#include <limits.h>
#include <fcntl.h>
struct pollfd {
int fd;
int events; /* in param: what to poll for */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment