summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2002-07-18 11:49:32 -0700
committerTim Rice <tim@multitalents.net>2002-07-18 11:49:32 -0700
commiteae876e8ae41aedb992f26317f0262464bbaa5f5 (patch)
tree1364a9d1387ac1ca85d1bcd93a42379c8f91219c /includes.h
parent907881ec8e6077a57c9b9f01c8a30db13cf52b69 (diff)
[includes.h] Bug 267 add stdint.h
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes.h b/includes.h
index e20d7a519..f6aa2ae67 100644
--- a/includes.h
+++ b/includes.h
@@ -115,6 +115,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
115#ifdef HAVE_SYS_UN_H 115#ifdef HAVE_SYS_UN_H
116# include <sys/un.h> /* For sockaddr_un */ 116# include <sys/un.h> /* For sockaddr_un */
117#endif 117#endif
118#ifdef HAVE_STDINT_H
119# include <stdint.h>
120#endif
118#ifdef HAVE_SYS_BITYPES_H 121#ifdef HAVE_SYS_BITYPES_H
119# include <sys/bitypes.h> /* For u_intXX_t */ 122# include <sys/bitypes.h> /* For u_intXX_t */
120#endif 123#endif