Changeset 6cd10ac in mainline for uspace/lib/bithenge/src/file.c


Ignore:
Timestamp:
2012-08-21T12:07:58Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
be1dcc26
Parents:
2ee05261
Message:

Bithenge: hide os.h from public include/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/bithenge/src/file.c

    r2ee05261 r6cd10ac  
    4444#include <sys/types.h>
    4545#include <unistd.h>
     46#include "common.h"
    4647#include <bithenge/blob.h>
    4748#include <bithenge/file.h>
    48 #include <bithenge/os.h>
    4949
    5050typedef struct {
Note: See TracChangeset for help on using the changeset viewer.