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

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

This commit is contained in:
Marius Vollmer 2001-11-02 00:18:32 +00:00
parent 21e11a3b15
commit 1dcb9876f5

View file

@ -45,7 +45,7 @@
#include <stdio.h>
#include <string.h>
#include "uname.h"
#include "win32-uname.h"
/*
* Get name and information about current kernel.