mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
tools: Fix for RISC OS which doesn't allow COMMON section.
* tools/bftest.c: Define INCLUDED_BY_MAIN_MODULE. * tools/mpicalc.c: Likewise. * tools/shmtest.c: Likewise. -- GnuPG-bug-id: 5215 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
467f057ad1
commit
a831f80e04
3 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
#include <fcntl.h>
|
||||
#endif
|
||||
|
||||
#define INCLUDED_BY_MAIN_MODULE 1
|
||||
#include "util.h"
|
||||
#include "cipher.h"
|
||||
#include "i18n.h"
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#define INCLUDED_BY_MAIN_MODULE 1
|
||||
#include "util.h"
|
||||
#include "mpi.h"
|
||||
#include "i18n.h"
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#ifdef HAVE_SYS_SHM_H
|
||||
#include <sys/shm.h>
|
||||
#endif
|
||||
#define INCLUDED_BY_MAIN_MODULE 1
|
||||
#include "util.h"
|
||||
#include "ttyio.h"
|
||||
#include "i18n.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue