Changeset 7ab6fc2 in mainline for uspace/app/pcc/cc/cpp/cpp.c


Ignore:
Timestamp:
2011-04-09T19:15:26Z (13 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
40ef3ed
Parents:
2e08dce
Message:

setting POSIX_COMPAT=1 in the makefile now makes compat headers preferred and links with libcompat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/pcc/cc/cpp/cpp.c

    r2e08dce r7ab6fc2  
    3737#include <sys/wait.h>
    3838#endif
    39 #include <compat/sys/stat.h>
     39#include <sys/stat.h>
    4040
    4141#include <fcntl.h>
    4242#ifdef HAVE_UNISTD_H
    43 #include <compat/unistd.h>
     43#include <unistd.h>
    4444#endif
    4545#include <stdio.h>
     
    4747#include <stdlib.h>
    4848#include <string.h>
    49 #include <compat/time.h>
     49#include <time.h>
    5050#include <ctype.h>
    5151
Note: See TracChangeset for help on using the changeset viewer.