Changeset 8d2dd7f2 in mainline for uspace/app/ping/ping.c


Ignore:
Timestamp:
2017-05-13T19:03:14Z (7 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/ping/ping.c

    re48947e r8d2dd7f2  
    3434
    3535#include <async.h>
    36 #include <stdbool.h>
    3736#include <errno.h>
    3837#include <fibril_synch.h>
     
    4241#include <io/console.h>
    4342#include <getopt.h>
     43#include <stdbool.h>
    4444#include <stdio.h>
    4545#include <stdlib.h>
     46#include <stddef.h>
     47#include <stdint.h>
    4648#include <str.h>
    4749#include <str_error.h>
    48 #include <sys/types.h>
    4950
    5051#define NAME "ping"
Note: See TracChangeset for help on using the changeset viewer.