summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2001-11-02 00:18:32 +0000
committerMarius Vollmer <mvo@zagadka.de>2001-11-02 00:18:32 +0000
commit1dcb9876f51c1c87ee94690544e7b68b0c7893be (patch)
tree5f73251c337982f1cfdfc7991a2add811520000d
parent21e11a3b150b598010e2a8483c8d19ea2461112e (diff)
downloadguile-1dcb9876f51c1c87ee94690544e7b68b0c7893be.tar.gz
* win32-uname.c: Include "win32-uname.h", not "uname.h".
-rw-r--r--libguile/win32-uname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/win32-uname.c b/libguile/win32-uname.c
index 1abbc8e94..0f26968bb 100644
--- a/libguile/win32-uname.c
+++ b/libguile/win32-uname.c
@@ -45,7 +45,7 @@
#include <stdio.h>
#include <string.h>
-#include "uname.h"
+#include "win32-uname.h"
/*
* Get name and information about current kernel.