Changeset 8d2dd7f2 in mainline for uspace/app/tester/vfs/vfs1.c


Ignore:
Timestamp:
2017-05-13T19:03:14Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c96634
Parents:
e48947e
Message:

Reduce the number of files that include <sys/types.h>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/vfs/vfs1.c

    re48947e r8d2dd7f2  
    3030#include <stdio.h>
    3131#include <stdlib.h>
     32#include <stddef.h>
    3233#include <str.h>
    3334#include <vfs/vfs.h>
    3435#include <dirent.h>
    3536#include <loc.h>
    36 #include <sys/types.h>
    3737#include "../tester.h"
    3838
Note: See TracChangeset for help on using the changeset viewer.