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:
parent
79dcdf5188
commit
21e11a3b15
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "dirent.h"
|
||||
#include "win32-dirent.h"
|
||||
|
||||
DIR *
|
||||
opendir (const char * name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue