summaryrefslogtreecommitdiff
path: root/src/port/stdint.h
blob: 345ec7ec3c9a07562bbebba73ca53de5d7af81ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __STDINT_H
#define __STDINT_H

#include "port/sys.h"

#if defined HAVE_STDINT_H
#include <stdint.h>
#endif /* defined HAVE_STDINT_H */

/* Solaris 8 weirdness */
#if defined HAVE_LINK_H
#include <link.h>
#endif /* defined HAVE_LINK_H */

#endif /* ifndef __STDINT_H */