Changeset 21 for trunk/src


Ignore:
Timestamp:
Jun 1, 1999, 1:22:41 AM (26 years ago)
Author:
phaller
Message:

Fixed a few more minor build glitches

Location:
trunk/src/kernel32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/cio.h

    r4 r21  
    1 /* $Id: cio.h,v 1.1 1999-05-24 20:19:43 ktk Exp $ */
     1/* $Id: cio.h,v 1.2 1999-05-31 23:22:40 phaller Exp $ */
    22
    33/* Copyright (C) 1995 by Holger Veit (Holger.Veit@gmd.de) */
     
    1313extern "C" {
    1414#endif
     15
     16#include <odin.h>
     17#include <builtin.h>
    1518
    1619extern int CDECL io_init(void);
  • trunk/src/kernel32/conprop.cpp

    r16 r21  
    3737#include <stdarg.h>
    3838#include <stdio.h>
     39
     40#include <odin.h>
    3941#include "win32type.h"
    4042#include "misc.h"
Note: See TracChangeset for help on using the changeset viewer.