1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r17741: tru64 uses inttypes.h not stdint.h.

ain't standards wonderful?
This commit is contained in:
Andrew Tridgell 2006-08-23 05:19:42 +00:00 committed by Gerald (Jerry) Carter
parent 0e350ea0c1
commit 5eb59e5be0

View File

@ -36,6 +36,9 @@
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#endif
#ifdef HAVE_DLFCN_H
#include <dlfcn.h>
#endif