Changeset 339f223 in mainline


Ignore:
Timestamp:
2011-06-08T19:03:18Z (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:
ae1c11b
Parents:
0e23f43
Message:

Fix missing include in common.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/common.h

    r0e23f43 r339f223  
    3131
    3232#include <stdio.h>
     33#include <stdlib.h>
    3334
    3435#define not_implemented() (fprintf(stderr, "Function %s() in file %s at line %d is not implemented\n", __func__, __FILE__, __LINE__), abort())
Note: See TracChangeset for help on using the changeset viewer.