diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-25 09:07:55 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-25 09:07:55 +0100 |
commit | f90329ea747964cc63173dc686b382f37d4c7986 (patch) | |
tree | b922294d7020ec60a8215b9e10d5a09a350c2af5 /nslcd-common.h | |
parent | 6b65c39a6ade0c5ee7608dc54cedd916eec6ae09 (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.h | 2 |
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> |