Changeset b4d08a4 in mainline for uspace/srv/fs/fat/fat_dentry.h


Ignore:
Timestamp:
2017-06-09T21:39:05Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e299dbe
Parents:
98a3879
Message:

Move the unaligned types into unaligned.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_dentry.h

    r98a3879 rb4d08a4  
    3737#include <stdint.h>
    3838#include <stdbool.h>
    39 #include <sys/types.h>
     39#include <stddef.h>
     40#include <unaligned.h>
    4041
    4142#define IS_D_CHAR(ch) (isalnum(ch) || ch == '_')
Note: See TracChangeset for help on using the changeset viewer.