1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

* win32-dirent.c: Include "win32-dirent.h", not "dirent.h".

This commit is contained in:
Marius Vollmer 2001-11-02 00:18:22 +00:00
parent 79dcdf5188
commit 21e11a3b15

View file

@ -45,7 +45,7 @@
#include <stdio.h>
#include <string.h>
#include "dirent.h"
#include "win32-dirent.h"
DIR *
opendir (const char * name)