1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

Fix minor build problem on OSX (need a replacement for memrchr)

This commit is contained in:
David Shaw 2005-04-12 16:08:51 +00:00
parent 73fb1c592f
commit 4f996cc5b8
4 changed files with 59 additions and 0 deletions

View file

@ -28,6 +28,7 @@
#include <errno.h>
#include <unistd.h>
#include <assert.h>
#include <string.h>
#include "assuan-defs.h"