1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

updated include file name

This commit is contained in:
Stefan Bellon 2002-01-02 17:45:57 +00:00
parent 4dde9482c2
commit 60becb0597
7 changed files with 126 additions and 29 deletions

View file

@ -1,3 +1,7 @@
2002-01-02 Stefan Bellon <sbellon@sbellon.de>
* rndriscos.c [__riscos__]: Updated include file name.
2001-12-21 Werner Koch <wk@gnupg.org>
* Makefile.am (DISCLEANFILES): Add construct.c

View file

@ -24,7 +24,7 @@
#include <errno.h>
#include <string.h>
#include <kernel.h>
#include <sys/swis.h>
#include <swis.h>
#include "util.h"
#include "dynload.h"