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

#include "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 */