From dd6518dd55f53cf0058a4992a3856a7527a74299 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 27 Jan 2008 10:16:07 +0000 Subject: when including stdint.h check if we actually have it git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@571 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd-common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nslcd-common.h') diff --git a/nslcd-common.h b/nslcd-common.h index 9cc101a..7ada44e 100644 --- a/nslcd-common.h +++ b/nslcd-common.h @@ -39,7 +39,9 @@ #ifdef DEBUG_PROT_DUMP /* define a debugging macro to output detailed logging */ +#ifdef HAVE_STDINT_H #include +#endif /* HAVE_STDINT_H */ static void debug_dump(const void *ptr,size_t size) { int i; -- cgit v1.2.3