[ros-diffs] [Phreak] 14879: Fixed up a few missing includes that
were preventing builds
Phreak at svn.reactos.com
Phreak at svn.reactos.com
Sat Apr 30 18:37:07 CEST 2005
Fixed up a few missing includes that were preventing builds
Modified: branches/xmlbuildsystem/reactos/lib/midimap/midimap.c
Modified: branches/xmlbuildsystem/reactos/lib/netapi32/nbt.c
_____
Modified: branches/xmlbuildsystem/reactos/lib/midimap/midimap.c
--- branches/xmlbuildsystem/reactos/lib/midimap/midimap.c
2005-04-30 16:21:06 UTC (rev 14878)
+++ branches/xmlbuildsystem/reactos/lib/midimap/midimap.c
2005-04-30 16:37:06 UTC (rev 14879)
@@ -23,6 +23,7 @@
* IDF file loading
*/
+#include <ctype.h>
#include <stdarg.h>
#include <string.h>
#include <stdlib.h>
_____
Modified: branches/xmlbuildsystem/reactos/lib/netapi32/nbt.c
--- branches/xmlbuildsystem/reactos/lib/netapi32/nbt.c 2005-04-30
16:21:06 UTC (rev 14878)
+++ branches/xmlbuildsystem/reactos/lib/netapi32/nbt.c 2005-04-30
16:37:06 UTC (rev 14879)
@@ -65,6 +65,7 @@
* See also other FIXMEs in the code.
*/
+#include <ctype.h>
#include "config.h"
#include <stdarg.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050430/28e9cec0/attachment.html
More information about the Ros-diffs
mailing list