Index: gpgme/putc_unlocked.c --- gpgme/putc_unlocked.c.orig 2003-08-18 21:17:08.000000000 +0200 +++ gpgme/putc_unlocked.c 2004-03-08 10:46:48.000000000 +0100 @@ -24,8 +24,11 @@ #include +#ifndef putc_unlocked int putc_unlocked (int c, FILE *stream) { return putc (c, stream); } +#endif +