projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3662f1f
)
Fixed warnings.
author
Eric Kohl
<eric.kohl@reactos.org>
Fri, 16 Nov 2001 20:24:43 +0000
(20:24 +0000)
committer
Eric Kohl
<eric.kohl@reactos.org>
Fri, 16 Nov 2001 20:24:43 +0000
(20:24 +0000)
svn path=/trunk/; revision=2373
freeldr/freeldr/oslist.c
patch
|
blob
|
history
diff --git
a/freeldr/freeldr/oslist.c
b/freeldr/freeldr/oslist.c
index
34d67df
..
9b58cf9
100644
(file)
--- a/
freeldr/freeldr/oslist.c
+++ b/
freeldr/freeldr/oslist.c
@@
-20,6
+20,9
@@
#include "freeldr.h"
#include "parseini.h"
#include "oslist.h"
+#include "stdlib.h"
+#include "memory.h"
+#include "tui.h"
BOOL InitOperatingSystemList(PUCHAR **SectionNamesPointer, PUCHAR **DisplayNamesPointer, PULONG OperatingSystemCountPointer)
{