summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/stdint.h
blob: 52455a79fe40b5cd05d798be41cff743c33347bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * @file stdint.h
 */

/*
 * $Id$
 */

#ifndef __STDINT_H
#define __STDINT_H

#include <sys/_stdint.h>

#endif