Ignore:
Timestamp:
Jul 31, 2011, 10:16:23 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

tests: Made it build on Linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/process/test/test.cpp

    r218 r920  
    11#include <stdlib.h>
    22#include <stdio.h>
    3 #include <io.h>
    43#include <string.h>
    54#include <fcntl.h>
     5#include <unistd.h>
     6#include <errno.h>
     7
     8#ifdef __OS2__
     9#include <io.h>
     10#endif
    611
    712#ifdef WIN32
     
    1722#define BUF_SIZE 4096
    1823
    19 int main(int argc, char *argv[])
     24int main(/*int argc, char *argv[]*/)
    2025{
    2126#if 1
Note: See TracChangeset for help on using the changeset viewer.