Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd-common.h
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-11-25 09:07:55 +0100
committerArthur de Jong <arthur@arthurdejong.org>2006-11-25 09:07:55 +0100
commitf90329ea747964cc63173dc686b382f37d4c7986 (patch)
treeb922294d7020ec60a8215b9e10d5a09a350c2af5 /nslcd-common.h
parent6b65c39a6ade0c5ee7608dc54cedd916eec6ae09 (diff)
include stdio for definitions of fread(), fwrite() etc
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@116 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd-common.h')
-rw-r--r--nslcd-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nslcd-common.h b/nslcd-common.h
index a8ebd44..11fb788 100644
--- a/nslcd-common.h
+++ b/nslcd-common.h
@@ -31,6 +31,8 @@
int32_t tmpint32; - temporary variable
*/
+#include <stdio.h>
+
#ifdef DEBUG_PROT
/* define a debugging macro to output logging */
#include <string.h>