diff options
Diffstat (limited to 'cipher')
-rw-r--r-- | cipher/ChangeLog | 4 | ||||
-rw-r--r-- | cipher/rndriscos.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog index 2dcdfb3c0..b94deee9b 100644 --- a/cipher/ChangeLog +++ b/cipher/ChangeLog @@ -1,3 +1,7 @@ +2002-01-02 Stefan Bellon <[email protected]> + + * rndriscos.c [__riscos__]: Updated include file name. + 2001-12-21 Werner Koch <[email protected]> * Makefile.am (DISCLEANFILES): Add construct.c diff --git a/cipher/rndriscos.c b/cipher/rndriscos.c index 33cad6c0a..bffe8df42 100644 --- a/cipher/rndriscos.c +++ b/cipher/rndriscos.c @@ -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" |